mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 22:47:03 +08:00
SQLite Example
Example demonstrating use of the SQLite API in Expo.
The app allows adding todo items, marking them as done, and deleting done items.
SQLite features used include creating and opening databases, creating tables,
inserting items, querying and displaying results, using prepared statements.
🚀 How to use
- Run
yarnornpm install - Run
expo start, try it out.
