RedBeanNode

JSON →
library 0.3.3 ·javascript
verified Jun 4, 2026

RedBeanNode v0.3.3 is a Node.js ORM inspired by RedBeanPHP, supporting MySQL/MariaDB and SQLite via Knex.js. It automatically creates tables and columns on the fly with zero configuration. Compatible with both JavaScript and TypeScript, it offers async/await-friendly CRUD operations. Not yet stable (early development), with infrequent releases. Unlike other ORMs, it eliminates schema definition, but this comes with risks for production use.