sqlite-ts

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

sqlite-ts (v0.1.0) is an ORM for SQLite databases targeting TypeScript/JavaScript applications, including React Native and Expo. It provides decorators (@Primary, @Column) to define entities, automatic table creation, and CRUD operations. The library wraps a driver (e.g., node-sqlite3) and simplifies SQLite interactions with transaction support. It differentiates by offering a TypeScript-first API with decorators and a simple entity mapping. No recent releases; likely in early development.