https://github.com/electric-sql/examples
Example applications using ElectricSQL.
https://github.com/electric-sql/examples
Last synced: 5 months ago
JSON representation
Example applications using ElectricSQL.
- Host: GitHub
- URL: https://github.com/electric-sql/examples
- Owner: electric-sql
- License: apache-2.0
- Created: 2022-09-30T07:54:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T19:33:56.000Z (over 2 years ago)
- Last Synced: 2024-04-14T17:00:28.956Z (over 1 year ago)
- Language: JavaScript
- Size: 2.32 MB
- Stars: 28
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElectricSQL Examples
This repo contains example applications illustrating how to use [ElectricSQL](https://electric-sql.com) with various drivers and frameworks.
See the sub folders for the actual applications. These include:
- [expo](./expo) — example mobile app using [Expo](https://expo.dev) with the [expo-sqlite](https://docs.expo.dev/versions/latest/sdk/sqlite/) driver
- [react-native](./react-native) — example mobile app using [React Native](https://reactnative.dev) with the [react-native-sqlite-storage](https://www.npmjs.com/package/react-native-sqlite-storage) driver
- [web](./web) — a simple web application using ElectricSQL in the browser with [wa-sqlite](https://github.com/rhashimoto/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](https://electric-sql.com/docs/overview/examples#option-3--run-the-backend-locally).
## More information
See the [documentation](https://electric-sql.com/docs) and [community guidelines](https://github.com/electric-sql/meta). If you need help [let us know on Discord](https://discord.gg/B7kHGwDcbj).