{"library":"dead-simple-orm","type":"library","category":null,"description":"SimpleORM is a minimal, zero-config ORM for TypeScript developers who want to go from zero to one quickly. Current stable version is 1.0.8, released monthly. It simplifies database interactions by eliminating the need for complex schemas, migrations, and entity classes. Unlike heavy ORMs like TypeORM or Prisma, SimpleORM uses a single declaration object to define tables and relationships (one-to-one, one-to-many) and provides basic CRUD operations (insert, list, get, update, delete). It ships inline TypeScript types and depends on TypeScript ^5.0.0 as a peer dependency. Note it does not handle N+1 queries or advanced filtering; it's designed for prototyping and small apps.","language":"javascript","status":"active","version":"1.0.8","tags":["javascript","orm","database","simple","typescript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install dead-simple-orm","imports":["import { SimpleORM } from 'dead-simple-orm'","import { type DatabaseDeclaration } from 'dead-simple-orm'","import { SimpleORM } from 'dead-simple-orm';\nconst orm = new SimpleORM(db, declaration);\nawait orm.insert('user', { email: 'a@b.com' })"]},{"cmd":"yarn add dead-simple-orm","imports":[]},{"cmd":"pnpm add dead-simple-orm","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"dead-simple-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}