fluent-orm

JSON →
library 1.8.7 ·javascript maintenance
verified Jun 4, 2026

A JavaScript ORM inspired by Laravel's Eloquent, providing a fluent query builder for MySQL and PostgreSQL. Currently at version 1.8.7, it supports basic CRUD operations, relationships (hasMany), eager loading, and transactions. The library is experimental and may change structure significantly. It offers both ESM and CJS modules with built-in TypeScript declarations. Differentiators include a Laravel-like syntax, environment-based configuration, and a driver-based architecture supporting multiple databases.