react-native-quick-sqlite
DISCONTINUED
PouchDB
Our great sponsors
react-native-quick-sqlite | PouchDB | |
---|---|---|
7 | 8 | |
469 | 15,944 | |
- | 0.7% | |
8.3 | 9.2 | |
6 months ago | 10 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
-
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
-
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.
- 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?
Dexie.js - A Minimalistic Wrapper for IndexedDB
localForage - 💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
RxDB - A fast, offline-first, reactive Database for JavaScript Applications https://rxdb.info/
WatermelonDB - 🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
LokiJS - javascript embeddable / in-memory database
sql.js - A javascript library to run SQLite on the web.
js-cookie - A simple, lightweight JavaScript API for handling browser cookies
CouchDB - Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Cookies - JavaScript Client-Side Cookie Manipulation Library
react-native-quick-websql - Fast WebSQL-compatible SQLite driver for React Native
react-native - A framework for building native applications using React
cookies.js - 🍫 Tastier cookies, local, session, and db storage in a tiny package. Includes subscribe() events for changes.