VLQuery ORM
JSON →VLQuery is a TypeScript ORM for PostgreSQL with a unique query syntax using lambda expressions that are translated to SQL. Version 8.2.0 is current, with active development. Key differentiators include type-safe queries via TypeScript generics, database-first approach, built-in audit support, and no raw SQL strings. Alternatives like Prisma or TypeORM use different paradigms (schema-first or active record).
Resources
packagevlquery ↗