dirsql
JSON →dirsql is a TypeScript SDK that provides an ephemeral SQL index over a local directory using napi-rs bindings to a Rust core. It allows querying file contents with SQL by defining tables with glob patterns and extraction functions. Version 0.3.22 is stable, requires Node >=22, and ships with prebuilt binaries for Linux, macOS, and Windows. Key differentiators include zero Rust toolchain requirement for end users, hybrid JS/TS typing, and full SQL select support over file system data.
Resources
packagedirsql ↗