drivers/sqlite3 library
sqlite3 Driver
Classes
Functions
-
electrify(
{required String dbName, required Database db, required DBSchema dbDescription, required ElectricConfig config, ElectrifyOptions? opts}) → Future< ElectricClientRaw> -
Electrify a
Database
from thesqlite3
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 theNotifier
from the ElectricClient.