Lupdo SQLite Driver
JSON →SQLite driver for the Lupdo database abstraction layer (v2.0.0). Built on better-sqlite3, offering synchronous-like performance with connection pooling, WAL mode support, automatic WAL checkpointing, safe integer handling, and TypeScript types. Requires Node >=18 and lupdo ^4.0.1. Minimal configuration with pool size and driver-specific options like journal mode, synchronous pragma, and max WAL file size. Key differentiator: converts BigInt to Number internally for compatibility, returns non-integer numbers as strings to preserve precision. Does not support kill query or array parameter binding.
Resources
packagelupdo-sqlite ↗