Kuzu V0 136 Full _verified_ -

# Create Node and Relationship tables conn.execute("CREATE NODE TABLE Person(name STRING, age INT64, PRIMARY KEY(name))") conn.execute("CREATE NODE TABLE City(name STRING, PRIMARY KEY(name))") conn.execute("CREATE REL TABLE LivesIn(FROM Person TO City)")

The (accessible via the ⁠Kùzu GitHub releases page ) brings significant updates geared towards production readiness, advanced graph algorithms, and easier ingestion of existing data. 1. Expanded Graph Algorithm Extensions kuzu v0 136 full

MATCH (u:User)-[:LIKES]->(p:Product) RETURN p.id, 'liked' as reason UNION ALL MATCH (u:User)-[:PURCHASED]->(p:Product) RETURN p.id, 'bought' as reason; # Create Node and Relationship tables conn

As of early 2026, the continues to push the boundaries of what is possible in embedded analytics, bringing, in this full version, improved performance, expanded extensions, and seamless interoperability. This article provides a comprehensive overview of the Kùzu v0.13.6 ecosystem. What is Kùzu? advanced graph algorithms