database_client library

Classes

DatabaseClient
A client for interacting with the 'database' extension on the room server.

Enums

CreateMode
A literal type for controlling table creation mode. In TypeScript: type CreateMode = "create" | "overwrite" | "create_if_not_exists"; In Dart, we can use an enum or string constants. Here we'll use an enum.

Extensions

CreateModeValue on CreateMode