The release of brings a suite of performance optimizations, memory management updates, and storage enhancements. This version solidifies Kùzu's position as the go-to embedded graph database for developers who need Neo4j-like graph capabilities with the lightweight, serverless deployment model of SQLite or DuckDB.
It uses the industry-standard Cypher query language, making it easy for Neo4j developers to transition. kuzu v0 136
conn.execute("CREATE (:Person name: 'Alice', age: 30)") conn.execute("CREATE (:Person name: 'Bob', age: 25)") The release of brings a suite of performance
To learn more about the ecosystem, read detailed documentation, or engage with the community, you can visit the official project repository at github.com. conn.execute("CREATE (:Person name: 'Alice'
Kuzu uses as its query language, ensuring a low learning curve for those familiar with modern graph systems. It also boasts a columnar storage engine optimized for both transactional (OLTP) and analytical (OLAP) workloads.