drivers/sqlite3 library

sqlite3 Driver

Classes

SqliteAdapter

Functions

electrify({required String dbName, required Database db, required DBSchema dbDescription, required ElectricConfig config, ElectrifyOptions? opts}) Future<ElectricClientRaw>
Electrify a Database from the sqlite3 package. WARNING: This is a very raw and low level driver. It's recommended to use the Drift electrification instead, as it will handle multiple Electric features automatically for you, like type mappings and query reactivity. With this electrification you will need to take care of those yourself with the TypeConverters and with the Notifier from the ElectricClient.