Examples
Example applications using ElectricSQL.
Install / Use
/learn @electric-sql/ExamplesREADME
<a href="https://electric-sql.com">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://raw.githubusercontent.com/electric-sql/meta/main/identity/ElectricSQL-logo-light-trans.svg"
/>
<source media="(prefers-color-scheme: light)"
srcset="https://raw.githubusercontent.com/electric-sql/meta/main/identity/ElectricSQL-logo-black.svg"
/>
<img alt="ElectricSQL logo"
src="https://raw.githubusercontent.com/electric-sql/meta/main/identity/ElectricSQL-logo-black.svg"
/>
</picture>
</a>
ElectricSQL Examples
This repo contains example applications illustrating how to use ElectricSQL with various drivers and frameworks.
See the sub folders for the actual applications. These include:
- expo — example mobile app using Expo with the expo-sqlite driver
- react-native — example mobile app using React Native with the react-native-sqlite-storage driver
- web — a simple web application using ElectricSQL in the browser with wa-sqlite
Running the examples
Each example has usage instructions in the README.md.
See the docs for more information on how to run the backend locally.
More information
See the documentation and community guidelines. If you need help let us know on Discord.
