WoowahanORM

JSON →
library 2.0.1 ·javascript
verified Jun 5, 2026

WoowahanORM is a light promise-based Node.js ORM for MySQL, providing simple Model queries (INSERT, UPDATE, SELECT, DELETE), type validations, and automatic table synchronization for migration. Currently at version 2.0.1, it follows Semantic Versioning. It requires mysql2 as a peer dependency. Unlike heavier ORMs like Sequelize or TypeORM, it emphasizes minimalism and straightforward CRUD operations with built-in validation and default fields (id, createdAt, updatedAt, isDeleted). It supports common DataTypes and filters out unspecified attributes.