Stoolap adds native Node driver, challenges SQLite.
Stoolap shipped `@stoolap/node`, a native Node.js driver built with NAPI-RS to remove bridge overhead and bring its Rust SQL engine directly into JS/TS apps. In Stoolap’s own 53-query benchmark set, it beats `better-sqlite3` on most analytical and subquery-heavy workloads, while simple point operations remain much closer and sometimes favor SQLite.
This looks like a meaningful product update, but the practical win is workload-specific performance, not a universal “138x faster” claim.
- –Native bindings make Stoolap far more usable in mainstream Node stacks without an HTTP middle layer.
- –The biggest gains come from complex query patterns where Stoolap’s optimizer and parallel execution help most.
- –SQLite still holds small advantages in lightweight single-row CRUD paths, so migration decisions should be benchmarked on real production queries.
DISCOVERED
87d ago
2026-03-02
PUBLISHED
87d ago
2026-03-02
RELEVANCE
AUTHOR
Better Stack