Skip to content

Commit b023783

Browse files
authored
docs: Add Hatchify to resources (#722)
1 parent 228f4fd commit b023783

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/other-topics/resources.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ A curated list of awesome projects surrounding Sequelize.
1919
- [pg-generator](https://pg-generator.com/v4/builtin-templates--nc,d1/sequelize.html) - Auto generate/scaffold Sequelize models for PostgreSQL database.
2020
- [meteor modeler](https://www.datensen.com/) - Desktop tool for visual definition of Sequelize models and associations.
2121
- [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.
22+
- [hatchify](https://github.com/bitovi/hatchify) - Schema driven Node CRUD API and React Web UI including Sequelize based ORM.
2223

2324
## Performance
2425

versioned_docs/version-6.x.x/other-topics/resources.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ title: Resources
1818
- [sequelize-auto](https://github.com/sequelize/sequelize-auto) Generating models for SequelizeJS via the command line is another choice.
1919
- [pg-generator](https://www.pg-generator.com/builtin-templates/sequelize/) - Auto generate/scaffold Sequelize models for PostgreSQL database.
2020
- [sequelizejs-decorators](https://www.npmjs.com/package/sequelizejs-decorators) decorators for composing sequelize models
21+
- [hatchify](https://github.com/bitovi/hatchify) - Schema driven Node CRUD API and React Web UI including Sequelize based ORM.
2122

2223
### Autoloader
2324

0 commit comments

Comments
 (0)