Here's an informative
thread on ⧩
6 Databases For The Frontend
#100DaysOfCode #freeCodeCamp
Continue reading
thread on ⧩6 Databases For The Frontend
#100DaysOfCode #freeCodeCamp
Continue reading
ᐉ PouchDB
PouchDB is a 99% JavaScript database inspired by CouchDB. It enables applications to store data locally while offline, then synchronize it with CouchDB when the application is back online, keeping the user's data in sync.
Link
https://pouchdb.com
PouchDB is a 99% JavaScript database inspired by CouchDB. It enables applications to store data locally while offline, then synchronize it with CouchDB when the application is back online, keeping the user's data in sync.
Link
https://pouchdb.com
ᐉ AlaSQL
Focuses on query execution speed, supports both relational as well as schemaless data, works in Node.js, mobile apps as well as in the browser. Data can also be imported from Excel, IndexedDB, Localstorage, JSON, etc.
Link
https://github.com/agershun/alasql
Focuses on query execution speed, supports both relational as well as schemaless data, works in Node.js, mobile apps as well as in the browser. Data can also be imported from Excel, IndexedDB, Localstorage, JSON, etc.
Link
https://github.com/agershun/alasql
ᐉ NeDB
Can be in-memory, or persistent and runs in Node, Electron, and on the browser. If you're looking for a frontend alternative to MongoDB, this is the one!
Link
https://github.com/louischatriot/nedb
Can be in-memory, or persistent and runs in Node, Electron, and on the browser. If you're looking for a frontend alternative to MongoDB, this is the one!
Link
https://github.com/louischatriot/nedb
ᐉ sql.js
SQLite3 ported to the browser using #WebAssembly. sql.js allows you to build a fully relational database right in the client's browser, and this has a lot of potential.
Link
https://sql.js.org
SQLite3 ported to the browser using #WebAssembly. sql.js allows you to build a fully relational database right in the client's browser, and this has a lot of potential.
Link
https://sql.js.org
ᐉ Dexie.js
Dexie.js is a wrapper for IndexedDB that can support data syncing into the cloud. It reduces browser incompatibilities and provides near-native performance.
Link
https://dexie.org
Dexie.js is a wrapper for IndexedDB that can support data syncing into the cloud. It reduces browser incompatibilities and provides near-native performance.
Link
https://dexie.org
ᐉ LokiJS
Superfast in-memory JavaScript document-oriented database. Along with running in Node and browsers, LokiJS also runs in @NativeScript. Support for indexing and data persistence are also available.
Link
https://techfort.github.io/LokiJS
Superfast in-memory JavaScript document-oriented database. Along with running in Node and browsers, LokiJS also runs in @NativeScript. Support for indexing and data persistence are also available.
Link
https://techfort.github.io/LokiJS
Thank you!
for reading. If you can
follow me, and retweet
for your developer gang, it would be breathtaking
for reading. If you can
follow me, and retweet
for your developer gang, it would be breathtaking
Read on Twitter