Question

I know there are tons of NOSQL databases that chose JSON as the native format in which the data is stored. I wonder if there is a relational database (operates on plain tuples rather than hierarchical documents) that serves records as JSON objects and as convenient to use from under NodeJS as, say MongoDB is.

No correct solution

OTHER TIPS

As a relational database, Postgres has the capability to store JSON columns, see here for example. It's performance is also rather sleek.

There are a number of ORMs which support mapping relational databases to JSON objects which can be manipulated in Node:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top