ts-sqlite-generator

JSON →
library 0.0.26 ·javascript
verified Jun 7, 2026

TypeScript interface to SQLite schema generator. v0.0.26 generates CREATE TABLE, INSERT, and REPLACE statements from interfaces tagged with @sqlite_entry. Requires TypeScript >=3.7. Outputs typed helper functions. Low release cadence; experimental. Differentiator: type-safe SQL generation at compile time via TypeScript compiler API, supports enums, union types, and nested interfaces.