1.0.1 โข Published 6 months ago
@abazbazrira.dev/sequelize-model-generator v1.0.1
๐ Sequelize Model Generator
A simple CLI tool to generate Sequelize model files from existing PostgreSQL tables.
โจ Features
- โ Supports PostgreSQL
- ๐งฑ Follows Sequelize
modelstructure (compatible with controller-service pattern) - โ๏ธ Customizable model and file name
- ๐ Output to desired directory
- ๐ Uses
.envfor DB credentials - ๐งช Easy to use for existing or new Node.js projects
๐ฆ Installation
npm install -g @abazbazrira.dev/sequelize-model-generatorYou can also use it locally in a project (without -g).