While there is no single document titled "Kuzu v0.13.6 Full Useful Write-up," this version represents a critical point in the history of Kùzu, a high-performance, embedded graph database. This specific era of the project is defined by its transition from an active open-source project to an archived repository following a corporate acquisition. Technical Overview of Kùzu (v0.13.x era)
RETURN COUNT(*) results on empty tables after a rollback.datetime arithmetic when dealing with timezone offsets.EXPLAIN on queries with recursive CTEs.Getting Started with Kuzu v0.136
# Create a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate # or `venv\Scripts\activate` on Windows