Software Alternatives & Reviews

Is it possible to bundle a SQlite database file into a ReactJS web application using webpack?

Realm.io PouchDB
  1. 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 24 social mentions

  2. Open-source JavaScript database inspired by Apache CouchDB that's designed to run well within the browser
    Pricing:
    • 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/.

    #NoSQL Databases #Databases #Key-Value Database 21 social mentions

Discuss: Is it possible to bundle a SQlite database file into a ReactJS web application using webpack?

Log in or Post with