Junction ORM

JSON →
library 0.4.0 ·javascript
verified Jun 5, 2026

A JavaScript ORM that keeps domain models free from persistence logic, using plain objects (POJOs) for models. Version 0.4.0 targets Node.js 6+. It differentiates by not requiring model classes to extend or embed ORM-specific code, instead mapping plain objects to database tables via configuration.