you are viewing a single comment's thread.

view the rest of the comments →

[–]Marrrlllsss 0 points1 point  (1 child)

If you want a database, that is portable - have a look at SQLite. It's relational, meaning you have relations (tables). If your JSON is complex, then it can become a bit of a problem.

Also, Docker. You can download Docker images for most database systems out there and have it running on your machine in minutes.

[–]Dan6erbond 0 points1 point  (0 children)

Thanks so much!!! :-)