drivers/drift library
drift Driver
Classes
-
CustomElectricType<
DartT extends Object, SQLType extends Object> -
CustomElectricTypeEnum<
DartT extends Object> -
CustomElectricTypeGeneric<
DartT extends Object, SQLType extends Object> - DateType
- DriftAdapter
-
DriftElectricClient<
DB extends GeneratedDatabase> -
ElectricClient<
DB extends GeneratedDatabase> - ElectricTypes
- Float4Type
- Float8Type
- Int2Type
- Int4Type
- Int8Type
- JsonBType
- JsonType
-
SyncInputRelation<
T extends Table> - TimestampType
- TimestampTZType
- TimeType
- TimeTZType
- UUIDType
Functions
-
electrify<
DB extends GeneratedDatabase> ({required String dbName, required DB db, required ElectricMigrations migrations, required ElectricConfig config, ElectrifyOptions? opts}) → Future< ElectricClient< DB> >
Typedefs
-
SyncIncludeBuilder<
T extends Table> = List< SyncInputRelation< Function(T table)Table> > -
SyncWhereBuilder<
T extends Table> = Expression< bool> Function(T table)