Vasanth Srivatsa
Vasanth Srivatsa

@vsnthdev

8 Tweets 71 reads Jan 04, 2021
Here's an informative ๐Ÿงต 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 ๐Ÿ‘‰ 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 ๐Ÿ‘‰ github.com
แ‰ 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 ๐Ÿ‘‰ github.com
แ‰ 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 ๐Ÿ‘‰ 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 ๐Ÿ‘‰ 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 ๐Ÿ‘‰ techfort.github.io
Thank you! ๐Ÿ™ for reading. If you can ๐Ÿ˜Š follow me, and retweet ๐Ÿ”„ for your developer gang, it would be breathtaking ๐Ÿคฉ

Loading suggestions...