Examples
See the source code for the example applications below in the examples folder of the main electric‑sql/electric repo.
Drivers
You also have variants of the basic example showing how to instantiate Electric for different drivers, specifically:
- web-wa-sqlite for web applications using the wa-sqlite driver
- react-native using the op-sqlite driver
- expo using the expo-sqlite driver
- electric_dart community-contributed Dart/Flutter client from @SkillDevs
Misc
Plus you have example source code for the:
- intro demos from the Introduction section
- create-electric-app starter template