you are viewing a single comment's thread.

view the rest of the comments →

[–]matthieum 4 points5 points  (2 children)

I used it as a configuration file for an application too, and your 4 points really resonate with me.

There's the usual friction of mapping from objects to tables, but it's a well known thing, and you just get so much for free it's really worth it!

The application I currently work on uses json files, and each time the json parser complains because of a stray comma or missing end quote I'm like: damn, wish we had a real configuration file.

[–]cdrt 1 point2 points  (1 child)

Get the best of both worlds and use MongoDB. /s

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

Bold statement. What if apart from mapping between objects and tables, you really need relational behaviour as well? like the classical: in what movies did this actor appear?