trivex-orm
v1.0.6
Published
A lightweight and easy-to-use ORM for Node.js projects. Supports model definitions, relationships, and database operations with a clean API.
Readme
trivex-orm
A lightweight and easy-to-use ORM for Node.js projects.
Supports model definitions, relationships, and database operations with a clean API.
🚀 Installation
Install the package globally or locally via npm:
# Local installation (recommended)
npm install trivex-orm
# Global installation
npm install -g trivex-orm
#to create new project
trivex-create-new <project-name>
#install npm
npm install
#run
npm run dev
#make model will create new model file
npm run make:model
#run migration take models which is inside the model folder
npm run migration:refresh
