0

Does something like this exist in the NodeJS ecosystem:
- Reads js-based ORM model definitions (e.g. ones defined by sequelize.define())
- Syncs the database's tables with said model definitions without using migrations

I've built something like this and it seems revolutionary, but I wanna make sure I'm not reinventing the wheel.

Comments
Add Comment