generators library
Classes
- MigrationGenerator
-
Recreate existing migrations as manageable objects.
Eventually used in
SchemaDifferenceto generate newMigrations - SqliteAnnotationFinder
-
Find
@Sqlitegiven a field -
SqliteDeserialize<
_Model extends SqliteModel> -
Generate a function to produce a
ClassElementfrom SQLite data - SqliteFields
-
Converts all fields to
Sqlites for later consumption - SqliteSchemaGenerator
-
Produces a
Schemafrom all SQLite-enabled annotations -
SqliteSerdesGenerator<
_Model extends SqliteModel> -
SqliteSerialize<
_Model extends SqliteModel> -
Generate a function to produce a
ClassElementto SQLite data
Constants
- migrationGenerator → const MigrationGenerator