-
Realm is a mobile platform and a replacement for SQLite & Core Data. Build offline-first, reactive mobile experiences using simple data sync.Pricing:
- Open Source
#Data Integration #Databases #NoSQL Databases 25 social mentions
-
Open-source JavaScript database inspired by Apache CouchDB that's designed to run well within the browserPricing:
- Open Source
I'm not going to go into whether you should or shouldn't do that, it completely depends on your use case. Now, on how to do it - you can't use SQLite in a web app. Your best bet is indexeddb, which is very well suported https://caniuse.com/indexeddb or WebSQL, which is less-so https://caniuse.com/?search=websql or perhaps something like https://pouchdb.com/.
#Databases #Developer Tools #NoSQL Databases 29 social mentions