{"library":"postgresorm","type":"library","category":null,"description":"PostgresORM is a minimalistic ORM for PostgreSQL, version 5.1.1. It provides basic CRUD operations, pagination, transactions, and custom query support with parameterized queries. Designed for simplicity, it uses a connection pool and requires manual release of database contexts. The library has low activity and is not actively maintained. It differentiates by offering a lightweight alternative to full-featured ORMs like Sequelize or TypeORM, but lacks advanced features like migrations, model definitions, or TypeScript support.","language":"javascript","status":"maintenance","version":"5.1.1","tags":["javascript","orm","postgresql","postgres","database"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install postgresorm","imports":["const { initializeDatabase } = require('postgresorm');","const { db } = require('postgresorm');","const { pool } = require('postgresorm');"]},{"cmd":"yarn add postgresorm","imports":[]},{"cmd":"pnpm add postgresorm","imports":[]}],"homepage":"https://github.com/littlezigy/postgresorm#README.md","github":"https://github.com/littlezigy/postgresorm","docs":null,"changelog":null,"pypi":null,"npm":"postgresorm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}