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

📕 Fast SQLite library for React Native built using Nitro Modules

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

podfile ` require Pod::Executable.execute_command('node', ['-p', 'require.resolve( "react-native/scripts/react_native_pods.rb", {paths: [process.argv[1]]}, )', __dir__]).strip platform :ios, min_ios_version_supported prepare_react_native_project! flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled linkage = ENV['USE_FRAMEWORKS'] if linkage !=...

I install and I get this error, new architecture is enabled Error: Failed to install react-native-quick-sqlite: React Native is not running on-device. QuickSQLite can only be used when synchronous method...

I have a very large query , which will cause following error: 'error:', [Error: [react-native-quick-sqlite] SQL execution error: Expression tree is too large (maximum depth 1000)]

https://github.com/margelo/react-native-quick-sqlite/blob/be9235eef7d892ed46177f4d4031cc1a9af723ad/src/index.ts#L18 What is the role of this position to determine the function of nativeCallSyncHook? Currently, nativeCallSyncHook is empty on Android.

First of all, thank you Marc for this lib and your other libs as well, they are some of the best maintained libs for react-native and very well made and...

Responding to https://github.com/margelo/react-native-quick-sqlite/pull/55#issuecomment-2391285662, since bloating that PR with extra hopes and dreams wouldn't be productive. - [ ] Concurrency. The sqlite connection is currently opened in serialized mode, which means...

This PR migrates this library to a Nitro module using the new `react-native-nitro-modules`. This PR includes changes from the following Sub-PRs that were needed to make this work: - https://github.com/margelo/react-native-quick-sqlite/pull/59

Could you please release a new version with support for react-native 0.74+?