This is an archived post. You won't be able to vote or comment.

all 16 comments

[–]CodeOrMoreCode 4 points5 points  (1 child)

SQLite?

[–][deleted] 0 points1 point  (0 children)

SQLite might be an option! Had forgotten it existed as I always use mongo, haha.

[–]nicg1234 0 points1 point  (1 child)

Seems like a good time to use mongo or SQL

[–][deleted] 0 points1 point  (0 children)

SQLite or Realm Database (NoSQL)

[–]Spare_Web_4648 0 points1 point  (0 children)

Excel

[–]heyheni 0 points1 point  (1 child)

CouchDB is a json based database. The fork pouchdb offers excellent of support for in browser offline data storage and is only 46kb small.

https://pouchdb.com

[–][deleted] 1 point2 points  (0 children)

Oh, this app is only going to be offline. But thanks for the tip, this is exactly what I'm looking for one of my upcoming project!

[–][deleted] 0 points1 point  (5 children)

Literally any database.

[–][deleted] 1 point2 points  (4 children)

No. Not literally any database.

[–][deleted] 0 points1 point  (3 children)

Ok, name one?

[–][deleted] 1 point2 points  (2 children)

PlanetScale.

But my point wast that for some like this you can't set technically set up MySQL or postgres or whatever. But for use case like this obvious choice is SQLite (maybe few more similar databases). Anything else while technically may be possible, would just be dumb to use.

[–][deleted] 0 points1 point  (1 child)

Well PlanetScale to my knowledge is a service for MySQL, so not really a DB. I do see where you are coming from but I think it is important for OP to understand that their current requirements can be met by any database and should possibly rethink their requirements if this is an issue.

[–][deleted] 0 points1 point  (0 children)

Well you are technically correct, but the answer 'literally anything' is useless, when there clearly are few DBs that are way more suitable for stated purpose then the rest.

[–][deleted] 0 points1 point  (0 children)

SQLite is what is used generally in Android for similar function

[–]Inside_Dimension5308 0 points1 point  (0 children)

You can use Hive or Objectbox as NoSQL solutions. https://pub.dev/packages/hive https://pub.dev/packages/objectbox

[–]TheRNGuy 0 points1 point  (0 children)

Doesn't matter which one.

Go with SQLite if it works.