{"library":"very-simple-orm","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"2.0.18","tags":["javascript","ORM","typescript","Mysql"],"install":[{"cmd":"npm install very-simple-orm","imports":["import { Table } from 'very-simple-orm'","import { QueryBuilder } from 'very-simple-orm'","import type { TableSchema } from 'very-simple-orm'"]},{"cmd":"yarn add very-simple-orm","imports":[]},{"cmd":"pnpm add very-simple-orm","imports":[]}],"homepage":"https://github.com/umeshramya/very-simple-orm#readme","github":"https://github.com/umeshramya/very-simple-orm","docs":null,"changelog":null,"pypi":null,"npm":"very-simple-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Thu Jun 04","next_check":"Wed Sep 02","install_tag":null}}