Schemaless SQLite ORM

JSON →
library 0.0.1 ·javascript
verified Jun 7, 2026

A TypeScript ORM for SQLite that eliminates schema definitions by automatically creating tables and columns on-the-fly. v0.0.1 is the current stable release. Key differentiators: zero-configuration dynamic schema, automatic UUID primary keys, managed timestamps (createdAt, updatedAt, deletedAt), soft delete, native boolean/Date/JSON type support, and runtime column management. Suitable for rapid prototyping and dynamic data shapes where traditional ORM migrations are overhead.