Ulises Vargas De Sousa
Ulises Vargas De Sousa

Reputation: 847

Using an existent Postgres-DB with tables in Node.js with Sequelize (ORM)

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

Answers (1)

Ricardo Seromenho
Ricardo Seromenho

Reputation: 529

Sequelize-Auto can help you with that.

Upvotes: 1

Related Questions