# 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 `yarn` or `npm install`
- Run [`expo start`](https://docs.expo.io/versions/latest/workflow/expo-cli/), try it out.
## 📝 Notes
- [Expo SQLite docs](https://docs.expo.io/versions/latest/sdk/sqlite/)