pip install kuzu==0.136.0
Kuzu uses a morsel-driven, vectorized query processor. In v0.1.36, the team focused on specific optimization rules:
conn = kuzu.Connection(db) conn.execute("CREATE NODE TABLE User (id INT64, name STRING, PRIMARY KEY (id))") kuzu v0 136
Getting your hands on kuzu v0.136 is straightforward. The database is available via multiple package managers: pip install kuzu==0