better-sqlite3-schema

JSON →
library 3.1.10 ·javascript
verified Jun 7, 2026

A library for migrating nested and multi-dimensional JSON data to/from SQLite databases using better-sqlite3-helper. Version 3.1.10 is stable, with active maintenance. It supports both runtime composition and code generation for ~50% speed improvement. Key differentiators: schema-driven normalization, bulk inserts with transactions, and caching of normalized values to reduce duplication. Suitable for large datasets (e.g., 8GiB proxy logs) with significant storage savings (e.g., 11% of plain text size). Includes TypeScript types via shipped definitions.