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

Full featured SQLite3 Native Plugin for React Native (Android and iOS)

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

I tried to make query that involves tables from two different databases, however i cannot get sqlite `attach` to work properly even though debug message says the database is attached...

OPEN database fails in production. Database is working as expected in debug mode. Because I am also using `typeorm` in conjunction with this project I am not sure which library...

RN Version : **0.57** React Native Sqlite Storage Version : **3.3.8** Platform : **Android** When I delete the DB file its getting deleted sucessfully. But when I reopen the DB...

## Expected Behavior I would like to save and open the sqlite file to the phone storage. ## Current Behavior Now, it is saving the sqlite file to the system...

Database deleting when i clear application data. I want the database not to be deleted even if the application is deleted. Is it possible?

I tried to catch transaction callback but it gives undefined error. (I'm passing the initial codes, define db, openDatabase etc..) ``` componentDidMount() { const { db } = this.state; db.transaction(tx...

Virtual dbstat table is not available on Android, but iOS works fine. ```bash SELECT SUM("pgsize") FROM "dbstat" WHERE name='' ``` ## Expected Behavior This query should return calculated size in...

In emulator working perfectly, but in Android device getting error like this . > SQLitePlugin.executeSql[Batch]() failed android.database.sqlite.SQLiteException: no such table: (code 1 SQLITE_ERROR)

Is there a plan for encryption support anytime soon?

0.60 use which gradle version? react-native should use which version?