SQLite Example
Last updated
Last updated
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.
Run yarn
or npm install
Run yarn start
or npm run start
to try it out.