Kuzu V0 136 Full __link__ May 2026

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)

🐛 Bug Fixes

  1. #1205: Fixed inconsistent RETURN COUNT(*) results on empty tables after a rollback.
  2. #1230: Corrected the behavior of datetime arithmetic when dealing with timezone offsets.
  3. #1244: Fixed a segmentation fault when running EXPLAIN on queries with recursive CTEs.
  4. #1251: Resolved file locking issues on Windows that prevented multiple connections to the same database file.
  • Shell:

    Getting Started with Kuzu v0.136

    3.1 Install the Python package

    # Create a virtual environment (optional but recommended)
    python -m venv venv
    source venv/bin/activate   # or `venv\Scripts\activate` on Windows