@flutrix/flutrix
v0.0.279
Published
Flutrix ORM Manager is a Node.js-based ORM system designed to handle MariaDB databases using Sequelize. It abstracts database interactions, making it easy to manage models, execute queries, and synchronize the database schema.
Downloads
2,019
Readme
Flutrix ORM Manager
Flutrix ORM Manager is a Node.js-based ORM system designed to handle MariaDB databases using Sequelize. It abstracts database interactions, making it easy to manage models, execute queries, and synchronize the database schema.
Features
- Sequelize Connection Manager: Manages the database connection and model initialization.
- Database Functions: Provides common database operations like
findOne
,findAll
,create
,update
,delete
, andcount
. - Model Management: Dynamically loads Sequelize models and their associations.
- Logging: Provides detailed logging for database operations and server requests.
- Database Synchronization: Automatically synchronizes the database schema with optional migration capabilities.