Peculiar ORM
JSON →Peculiar ORM is a lightweight, active-record style ORM for PostgreSQL, built with TypeScript. Version 1.0.1 focuses on resilient connection management, explicit transaction control, and observability. It wraps the `pg` driver directly, offers decorator-based entity definitions, and follows the repository pattern. Key differentiators over heavier ORMs (like TypeORM or Sequelize) include zero bloat, built-in metrics for pool saturation and query performance, and first-class dependency injection via `inversify`. It is particularly suited for microservices due to its stateless-ready transaction manager and graceful handling of connection drops. The library ships TypeScript types and requires `pg`, `reflect-metadata`, and `inversify` as peer dependencies.