FastLegS

JSON →
library 0.3.4 ·javascript abandoned
verified Jun 5, 2026

FastLegS is a PostgreSQL ORM built on top of node-postgres, providing a lightweight Active Record-style interface for basic CRUD operations and querying. Version 0.3.4 is the latest stable release; it also supports MySQL via instantiation parameter. It uses callbacks and simple object mappings, with no built-in migrations or schema management. Compared to heavier ORMs like Sequelize, FastLegS offers minimal configuration and direct SQL control, but lacks advanced features like associations, validation, or streaming. It targets Node.js >=0.8.18 and has irregular releases.