SlintORM

JSON →
library 1.0.0 ·javascript
verified Jun 5, 2026

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.