A major focus of this release is advanced graph analytics. Kuzu now includes native support for:
db = kuzu.Database("mydb") conn = kuzu.Connection(db)
The v0.12.0 release of LadybugDB is the project's first official version. While it maintains feature parity with the original, it also aims to fix bugs and introduce improvements that might have been left in the original codebase.
The Kuzu V0 120 is for:
Article last updated: October 2025. Specifications subject to change without notice by Mitsubishi Electric Corporation.
Smoother export patterns to allow developers to leverage NetworkX's extensive algorithmic library on Kùzu-backed graph datasets.
: Utilizes state-of-the-art join algorithms to handle "many-to-many" relationships without the exponential blow-up often seen in traditional join processing. Vectorized Processing
Efficiently processes specific node/edge properties rather than entire rows.