diff --git a/docs/other-topics/resources.md b/docs/other-topics/resources.md index a65768be4..cdc84ffd1 100644 --- a/docs/other-topics/resources.md +++ b/docs/other-topics/resources.md @@ -19,6 +19,7 @@ A curated list of awesome projects surrounding Sequelize. - [pg-generator](https://pg-generator.com/v4/builtin-templates--nc,d1/sequelize.html) - Auto generate/scaffold Sequelize models for PostgreSQL database. - [meteor modeler](https://www.datensen.com/) - Desktop tool for visual definition of Sequelize models and associations. - [sequel-ace-typescript-bundles](https://github.com/binlabs/sequel-ace-typescript-bundles) - A plugin for Sequel Ace that allows generation of Sequelize models from selected database tables. +- [hatchify](https://github.com/bitovi/hatchify) - Schema driven Node CRUD API and React Web UI including Sequelize based ORM. ## Performance diff --git a/versioned_docs/version-6.x.x/other-topics/resources.md b/versioned_docs/version-6.x.x/other-topics/resources.md index 8af6333c5..acec0d761 100644 --- a/versioned_docs/version-6.x.x/other-topics/resources.md +++ b/versioned_docs/version-6.x.x/other-topics/resources.md @@ -18,6 +18,7 @@ title: Resources - [sequelize-auto](https://github.com/sequelize/sequelize-auto) Generating models for SequelizeJS via the command line is another choice. - [pg-generator](https://www.pg-generator.com/builtin-templates/sequelize/) - Auto generate/scaffold Sequelize models for PostgreSQL database. - [sequelizejs-decorators](https://www.npmjs.com/package/sequelizejs-decorators) decorators for composing sequelize models +- [hatchify](https://github.com/bitovi/hatchify) - Schema driven Node CRUD API and React Web UI including Sequelize based ORM. ### Autoloader