Drivers
Adapt the local database driver for your target environment.
How drivers work
The ElectricSQL client works with existing SQLite and Postgres database drivers as well as PGlite, our WASM build of Postgres. Connect to your local database using your existing driver library. Then pass the database conn
to your driver adapter's electrify
function when instantiating your Client.
Supported drivers
We support the following drivers. If we don't currently support your platform, you can also implement your own adapter.
Community drivers
Third-party contributors maintain the following drivers:
- Electric Dart - driver adapter and client for Dart/Flutter apps maintained by @SkillDevs