Import and Export SQLite Database in Expo Native and Web
Building an offline app isn’t just about working without an internet connection. It should also let users back up...
Building an offline app isn’t just about working without an internet connection. It should also let users back up...
Article is about bridging my demo sqlite app to work in web, and extends the concepts and implementation detailed in...
While working with expo-sqlite, I ran into few challenges: database migrations, integration testing, and strange resource locks and connection exceptions....