Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.13 KB

Kaiso

Supports Expo iOS Supports Expo Android

Example demonstrating use of a proof of concept SQLite wrapper for React Native & Expo. The demo leans on Expo's SQLite example

Simulator Example

🚀 How to use

  • Run yarn or npm install
  • Run yarn start or npm run start to try it out.

📝 Notes

  • All the database related code could be found in database.ts
  • Everything else in App.tsx
  • Expo SQLite docs

⏭ Next

  • Make this into an npm package
  • Relationships
  • Andddd of course, Migrations