|
|
|
|
|
by necovek
822 days ago
|
|
Wouldn't it be easy to migrate a NoSQL database to Postgres without any adaptation? Postgres is an "object database", so you could use Array, JSON or JSONB fields wherever necessary, and you shouldn't introduce any foreign key relations or such. |
|