{"library":"slintorm","type":"library","category":null,"description":"SlintORM v1.0.0 is a minimal, fully typed ORM for TypeScript that supports SQLite, PostgreSQL, and MySQL. Released as a stable version with no specified release cadence, it distinguishes itself from other ORMs like TypeORM or Prisma by offering a lightweight, Go's GORM-inspired API with explicit decorator-driven schema definitions in interfaces. Key features include auto table creation, migrations, type-safe queries, relationships (one-to-one, one-to-many, many-to-many), advanced query building (joins, aggregates, subqueries, window functions, preloads), and soft deletes. It currently lacks a large community or extensive documentation, positioning it as a niche alternative for developers seeking minimalism over full-featured ORMs.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","typescript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install slintorm","imports":["import ORMManager from 'slintorm'","import { Model } from 'slintorm'","import { DataType } from 'slintorm'"]},{"cmd":"yarn add slintorm","imports":[]},{"cmd":"pnpm add slintorm","imports":[]}],"homepage":"https://github.com/emeraldlinks/slintorm","github":"https://github.com/emeraldlinks/slintorm","docs":null,"changelog":null,"pypi":null,"npm":"slintorm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}