An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          





ElectricSQL logo

# 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).