generators library
Classes
- MigrationGenerator
-
Recreate existing migrations as manageable objects.
Eventually used in
SchemaDifference
to generate newMigration
s - SqliteAnnotationFinder
-
Find
@Sqlite
given a field -
SqliteDeserialize<
_Model extends SqliteModel> -
Generate a function to produce a
ClassElement
from SQLite data - SqliteFields
-
Converts all fields to
Sqlite
s for later consumption - SqliteSchemaGenerator
-
Produces a
Schema
from all @OfflineFirst
annotations -
SqliteSerdesGenerator<
_Model extends SqliteModel> -
SqliteSerialize<
_Model extends SqliteModel> -
Generate a function to produce a
ClassElement
to SQLite data
Constants
- migrationGenerator → const MigrationGenerator