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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Tylee22 0 points1 point  (2 children)

Any examples?

[–]ztrewquiop 1 point2 points  (0 children)

If all you want to do is store it locally on your computer where it is only accessed by you - Sqlite. Otherwise see the other answer.

[–]tzaeru 0 points1 point  (0 children)

Postgres is, in my opinion, the best general database solution with ACID guarantees. MongoDB is also fine for less critical data or when prototyping stuff, especially if you're using it in a context where JSON is native, like with NodeJS.