{"library":"FastLegS","type":"library","category":null,"description":"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.","language":"javascript","status":"abandoned","version":"0.3.4","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install FastLegS","imports":["var FastLegSBase = require('FastLegS');","var FastLegS = new FastLegSBase('pg');","var Post = FastLegS.Base.extend({ tableName: 'posts', primaryKey: 'id' });"]},{"cmd":"yarn add FastLegS","imports":[]},{"cmd":"pnpm add FastLegS","imports":[]}],"homepage":"https://github.com/didit-tech/FastLegS","github":"https://github.com/didit-tech/FastLegS","docs":null,"changelog":null,"pypi":null,"npm":"FastLegS","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}