Reputation: 847
I'm pretty newbie in Node.js and Postgres, my question is very simple:
It is possible syncing an existent Postgres-DB, which have tables (and data), using Sequelize, without re-writing the models and relations?
How are the CRUD basic operations?
Thanks in advance!
Upvotes: 1
Views: 53