sqlite library

Classes

RuntimeSqliteColumnDefinition
Used to define types in SqliteAdapter#sqliteFieldsToColumns. The build runner package extracts types and associations that would've been otherwise inaccessible at runtime.
SqliteAdapter<_Model extends Model>
Constructors that convert app models to and from Sqlite
SqliteModel
Models accessible to the SqliteProvider.
SqliteModelDictionary
Associates app models with their SqliteAdapter
SqliteProvider
Retrieves from a Sqlite database

Constants

NEW_RECORD_ID → const int?