Demos
Example applications are currently available on GitHub to clone and run locally. See the subfolders in the electric-sql/examples repo.
Expo
See the Expo example. This demonstrates using ElectricSQL with Expo
and the expo-sqlite
adapter.
React Native
See the React Native example. This demonstrates using ElectricSQL with React
and the react-native-sqlite-storage
adapter.
Web
See the Web example. This demonstrates using ElectricSQL with SQL.js
and absurd-sql
for persistent, named database access in the browser, electrified with active-active replication.