react-native-quick-sqlite
PouchDB
react-native-quick-sqlite | PouchDB | |
---|---|---|
7 | 9 | |
469 | 16,946 | |
- | 0.7% | |
8.3 | 8.3 | |
over 1 year ago | 4 days ago | |
C | JavaScript | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-native-quick-sqlite
-
TOP 6 React Native libraries with native performance ⚡️
5. Quick SQLite
-
Which local db to use?
react-native-quick-sqlite if you know what you're doing and Know SQL it gives you more control over the database like executing custom SQL queries, or some advance things, you can use it with an orm like Typeorm.
-
How to specify pre-processor flags to the JSI-based React Native libraries
View on GitHub
-
when you build an app is heavily depends on sqlite, will you go with react native cli(react-native-sqlite-storage) or with expo (expo-sqlite)?
Neither of the two: https://github.com/ospfranco/react-native-quick-sqlite
-
Which is the best local DB to be used in react native app ?
https://github.com/ospfranco/react-native-quick-sqlite with JSI bindings
-
Offline to online data migration
If you decide to go to sqlite then https://github.com/ospfranco/react-native-quick-sqlite is the fastest one out there. You’ll have to write the sync logic your self (compared to watermelondb where it’s easier).
-
A performant way to use PouchDB@7 on React Native in 2022
Oscar Franco created a great SQLite driver react-native-quick-sqlite, which provides a low-level API to execute SQL queries, fast bindings via JSI. JSI has a smaller overhead than the traditional RN bridge's. So, this is much faster than react-native-sqlite-2, which I made to get PouchDB to work on RN before.
PouchDB
-
Major updates from the open source community: Release Radar · June 2024
Speaking of databases, this one is pocket-sized. PouchDB is a JavaScript database designed to run in the browser. This latest release includes over 202 merged PRs 😮, and comes with improved stability and performance. There's the ability to streamline the automated test suites and improve in-browser testing. Read up on the major changes in the changelog.
-
Recommend an embedded database for use in Electron app
I have used pouchdb as an embedded db for electron - API and performance were not the best, but that was the price to pay for the requirements.
-
Learn PWA
I love PouchDB, it's incredible, however I fear its a project that is loosing it momentum (I do think it has pick up a little over the last year though).
It has a very aggressive stale bot closing issues (this search shows 700 closed stale issues https://github.com/pouchdb/pouchdb/issues?q=is%3Aissue+stale...), some which I really don't think it should have. It gives the impression of a very active but stable platform that I don't necessarily think is accurate.
For example I found a hash collision bug while working on a side project, the issue was closed as stale (https://github.com/pouchdb/pouchdb/issues/8257)
-
A performant way to use PouchDB@7 on React Native in 2022
Fortunately, PouchDB is still maintained, and recently they've shipped v7.3.0 🎉. Much appreciated the community effort.
- [AskJS] Searching for a frontend ORM library
-
Where do Nomie 5 files live within the Chrome Android App? Looking for redundancy vs local
Sucks that couch doesn't work well for sync :( I was hoping that I could set up sync between my laptop and phone without a server since those are the two primary devices I use. Is this the issue with deletion you were talking about?
- An observable Database for the Web
-
PouchDB.find is not a function
Thankfully the community helped me figure this out. You can read about detail on the issue here at github .
-
[AskJS] Suggestions on good open source projects to help
Maybe PouchDB.
What are some alternatives?
react-native-quick-websql - Fast WebSQL-compatible SQLite driver for React Native
Dexie.js - A Minimalistic Wrapper for IndexedDB
react-native-sqlite-2 - SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.
localForage - 💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
react-native - A framework for building native applications using React
WatermelonDB - 🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
react-native-sqlite-storage - Full featured SQLite3 Native Plugin for React Native (Android and iOS)
RxDB - A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
pouchdb-react-native - :koala: - PouchDB is a pocket-sized database, with some patches for running on React Native
LokiJS - javascript embeddable / in-memory database
pouchdb-adapter-react-native-sqlite - PouchDB adapter using ReactNative SQLite as its backing store
sql.js - A javascript library to run SQLite on the web.