|
|
|
|
|
by CodesInChaos
1661 days ago
|
|
1. Postgres's json is limited to standard json. MongoDB supports additional scalar types, like blobs and dates. 2. MongoDB's drivers are designed to handle documents. If you use postgres directly, you have to build that part yourself (effectively a kind of ORM, including a query builder) |
|