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 138 react-native-sqlite-storage issues
Sort by recently updated
recently updated
newest added

I am using react-native run-ios and my pre-populated database worked on the iOS simulator. But I want to show the real db datas in the simulator through DB browser for...

## Expected Behavior React Native 0.69 autolink works with react-native-sqlite-storage. ## Current Behavior React Native 0.69 autolink does not work, since it changes react-native cli, https://github.com/react-native-community/cli/pull/1537. ## Possible Solution It...

Hello, how to enable inserting Arabic characters like "اهلا و سهلآ", we are receiving error while inserting such characters.

Unable to OpenDBConnection, getting below error in IOS Unable to OpenDBConnection, getting below error in IOS LogBox.js:154 Possible Unhandled Promise Rejection (id: 0): TypeError: Cannot read properties of undefined (reading...

Hi, I'm having problems running the app, for some reason, when creating a new database, when I leave the `location: 'Shared'` the app crashes. But when I change to `location:...

When `npx react-native start -- --reset-cache` warn Package **react-native-sqlite-storage** contains invalid configuration: **"dependency.platforms.ios.project"** is not allowed. Please verify it's properly linked using "react-native config" command and contact the package maintainers...

I am trying to query the database and there are some cases where a value could be null. The issue is that I don't get a results back when trying...

I have created and stored values in the database. I just want to know the db file size & view the contents of the database. In case of native Android...

## Expected Behavior The query with large data should succeed without an error. ## Current Behavior When trying to a do a SELECT on large rows, the query fails with...

Our team previously added these libraries to `react-native-sqlite-storage`. Now we've patched and updated the libs for Android API 30. We've tested it with JSON queries as well. Fix for this...