문제

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.

올바른 솔루션이 없습니다

다른 팁

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:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top