react-native-sqlite icon indicating copy to clipboard operation
react-native-sqlite copied to clipboard

SQLite3 bindings for React Native

Results 8 react-native-sqlite issues
Sort by recently updated
recently updated
newest added

So I created an .sql and .sqlite file through the Terminal. I created the same table and inserted one row. To see if I could read from it. I placed...

Hello, I am looking for such solution to download sqlite file from backend (aPI) and use that , is that possible via react-native-sqlite ? any Link or Tutorial Thanks in...

does react native sqlite suport joins between tables,or is any package available that has support for joins.can you please provide me help or suggest some solution to manage relation between...

Alright @almost this diff is super rough since I'm an Objective-C newb, but hoping to get some feedback and improve on it. In my app that teaches people SQL, I'd...

My Db is locked and I want to delete it, where can I find it? I read that it's in `Documents directory inside the app sandbox` but that's not specific...

I was able to complete everything up to the part where we query the DB. I get nothing and failed to execute query returns. I checked the sandbox and find...

On executing 'delete from table', this error is repeatedly issued.

Less of an issue and more of a food-for-thought - you might save some long-term pain by looking into https://github.com/ccgus/fmdb, instead of wrapping sqlite directly.