1.0.1 โ€ข Published 6 months ago

@abazbazrira.dev/sequelize-model-generator v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

๐Ÿš€ Sequelize Model Generator

A simple CLI tool to generate Sequelize model files from existing PostgreSQL tables.


โœจ Features

  • โœ… Supports PostgreSQL
  • ๐Ÿงฑ Follows Sequelize model structure (compatible with controller-service pattern)
  • โš™๏ธ Customizable model and file name
  • ๐Ÿ“ Output to desired directory
  • ๐Ÿ” Uses .env for DB credentials
  • ๐Ÿงช Easy to use for existing or new Node.js projects

๐Ÿ“ฆ Installation

npm install -g @abazbazrira.dev/sequelize-model-generator

You can also use it locally in a project (without -g).