Example demonstrating use of a proof of concept SQLite wrapper for React Native & Expo. The demo leans on Expo's SQLite example
- Run
yarn
ornpm install
- Run
yarn start
ornpm run start
to try it out.
- All the database related code could be found in database.ts
- Everything else in App.tsx
- Expo SQLite docs
- Make this into an npm package
- Relationships
- Andddd of course, Migrations