node-crate

JSON →
library 3.0.0 ·javascript
verified Jun 5, 2026

An independent Node.js SQL driver for CrateDB using the _sql endpoint REST API. Currently at version 3.0.0, it provides an async interface with conversion from rows to JSON entities, automatic SQL building from JSON, and BLOB support. Key differentiators include its lightweight, REST-based approach compared to the official CrateDB JDBC driver, and built-in support for CrateDB's BLOB storage.