sql-describe

JSON →
library 0.1.13 ·javascript
verified Jun 5, 2026

sql-describe is a Rust-based Node.js native addon (via Neon bindings) that describes SQL queries using sqlx. The version 0.1.13 is the latest stable release. It compiles Rust to a binary .node addon, providing high performance and direct SQL analysis. Differentiators: leverages sqlx's query analysis capabilities at Rust speed; exposes an async describe() function that returns detailed query metadata including parameters, columns, and types.