Skip to content

Instantly share code, notes, and snippets.

@patarapolw
Created November 7, 2019 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patarapolw/6fa2c8a89c46b367594240ede989ac3f to your computer and use it in GitHub Desktop.
Save patarapolw/6fa2c8a89c46b367594240ede989ac3f to your computer and use it in GitHub Desktop.
What is the best offline-first database and asset storage for desktop apps?

What is the best offline-first database and asset storage for desktop apps?

The closest that I know, and open source too, is either Git or https://github.com/dsnopek/anki-sync-server

According to advertising, I am tempted to use Firestore, but

  • Serverless web app cannot store too many images in IndexedDB. (Nor it is efficient)

I also tried PouchDB / CouchDB, which can also store images as attachments, but I noticed that user account control is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment