Загрузка
: For the Command Line Interface (CLI) and C/C++ integration. Historical Versions is current, you can scroll through the Releases Archive
const kuzu = require("kuzu");
If you’ve been looking for a graph database that combines the power of with the lightweight nature of an embedded engine, look no further than Kùzu . Unlike traditional graph databases that require complex server management, Kùzu runs directly inside your application process—much like SQLite, but for graphs.
Understanding how to access the v0 architecture, configure the database, and utilize its unique query layer allows you to effectively build local graph applications. Direct Download Links & Installation Channels
The official source for every version of Kuzu—from the earliest v0 builds to the latest stable releases—is the project’s GitHub repository. Under the "Releases" tab, users can find artifacts for every version.
| Language | Installation Command / Link | Documentation | | :--- | :--- | :--- | | | go get github.com/kuzudb/go-kuzu | Go API Documentation | | Java | Available on Maven Central | Maven Central Repository | | Rust | cargo add kuzu | crates.io page | | Swift | Add the kuzu-swift package via Swift Package Manager | GitHub - kuzudb/kuzu-swift | | C/C++ | Download precompiled binaries from GitHub | Latest Release Binaries |
Kùzu follows a standard MAJOR.MINOR.PATCH semantic versioning scheme. This means:
: Install the library via the Kùzu PyPI Package using pip install kuzu .