react-native-sqlite-storage
react-native-sqlite-storage copied to clipboard
Full featured SQLite3 Native Plugin for React Native (Android and iOS)
While installing with npm getting following issue warn The following packages use deprecated "rnpm" config that will stop working from next release: - react-native-sqlite-storage: https://github.com/andpor/react-native-sqlite-storage Please notify their maintainers about...
Hi! I have a pre-populated database with only tables and I am using code something like this to open the database: ``` var db = SQLite.openDatabase( { name: 'SQLite', location:...
If the callback needs to call the function of asynchronous function.. Can't wait for asynchronous processing results in synchronous functions?
## Expected Behavior I would like to open database located in *files* folder on Android device. ## Current Behavior If seems that there are only two options - open database...
The openDatabase call is not throwing an error even if I purposely write the wrong db name. I can't find documentation on how to properly call openDatabase so my technique...
In sqlite I am batch inserting my rows but it is failing and throwing error. The error I am getting is : SQLitePlugin.executeSql[Batch](): failed android.database.sqlite.SQLiteException: too many terms in compound...
how to set MAX_LENGTH? When i try to insert a long text content inside databaste, it failed and return ``` Error handler not provided: {message: "near "font": syntax error", code:...
Fixes #410.
Clarify what file the user needs to edit to in order to register the React package.
Could you make this library as cipher support? https://github.com/axsy-dev/react-native-sqlcipher-storage this library working well with encrypting storage but I would like to share extension support of this component. Could you add...