sqlite3orm

JSON →
library 3.0.0 ·javascript
verified Jun 4, 2026

ORM library for SQLite3 in TypeScript/JavaScript (v3.0.0). Uses ES decorators (@table, @id, @field) to map classes to database tables with automatic schema creation, connection pooling, and online backups. Provides type-safe queries with a filter syntax that eliminates SQL injection risks. Released under MIT, maintained with regular updates. Key differentiator: full control over schema naming, support for temporary tables, and partial model mapping. Also offers automatic upgrades and integration with NestJS via companion package @homeofthings/nestjs-sqlite3.