Kuzu V0 136 -
db = kuzu.Database("./test_db") conn = kuzu.Connection(db)
For developers (Python/C++/Rust/Node.js/Go), this version focused on API cleanup. kuzu v0 136
No tool is perfect. As of kuzu v0.136, the following limitations remain: db = kuzu
The roadmap for v0.140 (planned Q3 2025) includes a built-in procedural language for graph algorithms and a WebAssembly (WASM) build for browser-based graph databases. The roadmap for v0
One of the most utilized features in Kuzu is the COPY statement, which allows for bulk ingestion of data from CSV, Parquet, and NPY files. In v0.136, the query processor has been optimized to handle malformed data more gracefully and improve ingestion speeds for massive datasets.
Developers migrating from relational databases (RDBMS) to graph structures often rely on ETL (Extract, Transform, Load) pipelines. The improvements in this release reduce the friction of that migration, allowing for faster conversion of tabular data into nodes and relationships.