react-native-quick-sqlite@8.x.x for the coming weeks/months. npm i react-native-nitro-sqlite react-native-nitro-modules npx pod-installNote react-native-nitro-sqlite is based on Nitro modules. You need to install react-native-nitro-modules as a dependency....
NitroSQLiteException(const NitroSQLiteExceptionType& type, const std::string& message) : _exceptionString("[react-native-nitro-sqlite] " + typeToString(type) + ": " + message) {} : _exceptionString("[" + typeToString(type) + "] " + message) {} private: const std::string _excepti...
[!IMPORTANT] react-native-quick-sqlite has been deprecated in favor of react-native-nitro-sqlite.Please go to the react-native-nitro-sqlite repository instead.This is our new Nitro module implementation of this library.Nitro modules is a React Native library that let's us make the codebase mo...
margelo / react-native-nitro-sqlite Public Sponsor Notifications Fork 28 Star 373 Commit Permalink fix: remove release-it patch Browse files main v9.1.0 … v8.2.4 chrispader committed Nov 13, 2024 Verified 1 parent 68761cf commit aed6b79 Showing 3 changed files with 1 ...
Bumps expo-status-bar from 1.12.1 to 2.0.0. Changelog Sourced from expo-status-bar's changelog. 2.0.0 — 2024-10-22 🐛 Bug fixes Add missing react/react-native peer dependencies. (#30573 by @byCe...
import {open} from 'react-native-quick-sqlite' const db = open('myDb.sqlite') // The db object now contains the following methods: db = { close: () => void, delete: () => void, attach: (dbNameToAttach: string, alias: string, location?: string) => void, detach: (alias: stri...
Update main to v0.2.1 by@rbucktoninrbuckton/reflect-metadata#156 Full Changelog:rbuckton/reflect-metadata@v0.2.0...v0.2.1 reflect-metadata 0.2.0 What's Changed Add /lite and /no-conflict exports by@rbucktoninrbuckton/reflect-metadata#144 ...
import {open} from 'react-native-nitro-sqlite' const db = open('myDb.sqlite') // The db object now contains the following methods: db = { close: () => void, delete: () => void, attach: (dbNameToAttach: string, alias: string, location?: string) => void, detach: (alias: ...