Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 500 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 500 Bytes

Expo with Op-Sqlite and Drizzle

This project demonstrates the integration of a Turso database with an Expo/React Native app using op-sqlite, configured to use libSQL as the database source.

By leveraging Turso’s embedded replicas, the setup enables fast local reads from a SQLite database while write operations are sent to the remote database and automatically synced back to the local replica.

More info on blog post here