VerySimpleORM
JSON →An ORM for TypeScript/JavaScript projects that generates SQL statements for MySQL and other databases, tested with MSSQL. Current version: 2.0.18. Unlike full-fledged ORMs, this library is driver-agnostic — it only produces SQL strings and value arrays, requiring users to pass them to their own database connection driver. It supports table creation, CRUD operations, JOINs, validations, and raw SQL. Release cadence is irregular; the package is not widely adopted. Key differentiators: lightweight, no database driver binding, TypeScript type generation from table schemas.
Resources
packagevery-simple-orm ↗