JV NoORM

JSON →
library 0.0.63 ·javascript
verified Jun 5, 2026

JV NoORM is a lightweight database access library for MariaDB and PostgreSQL that lets you write raw SQL queries without the overhead of an ORM. It provides a thin abstraction over mysql2 and pg, offering connection pooling, transaction control, and a built-in migration system with script execution. The package includes CLI tools for generating TypeScript interfaces from your database schema. Current stable version is 0.0.63, experimental and released as needed. It differentiates from ORMs by giving developers full control over query performance and SQL syntax, while still providing convenient helpers for migrations and schema generation. Supports ESM only, requires Node.js 16+.