Shared Kuzu grid tier schemas, composed DDL, and per-tier Cypher CRUD
Project description
kuzu-grid-schema
Pip-installable library that owns the Kuzu grid working-graph schema:
- Tier 0–3 JSON contracts
- One composed DDL for a single shared database
- Per-tier Cypher CRUD (write statements never cross tier ownership)
effective_*refresh (base → latest_actual → scenario → effective)
pip install -e .
from kuzu_grid_schema import apply_schema, open_database, refresh_effective
from kuzu_grid_schema.cypher import tier0, tier1, tier2, tier3
db, conn = open_database(":memory:")
apply_schema(conn)
Other packages (including kuzu-mcp) should depend on this library via pip — do not copy DDL.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kuzu_grid_schema-0.1.0.tar.gz
(13.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kuzu_grid_schema-0.1.0.tar.gz.
File metadata
- Download URL: kuzu_grid_schema-0.1.0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06e0e765e829b76f06338f202fe2786651d61e2810ba0313cbafe9125de49b96
|
|
| MD5 |
90068ff16be891d14dc11dee4047c9d5
|
|
| BLAKE2b-256 |
85f856e42d232eef27a034db048beec57daa00c67f8913e97cc4144d6f25ea71
|
File details
Details for the file kuzu_grid_schema-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kuzu_grid_schema-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9629184ae9a76be4c8610adb0103769fc549ae662456317bd820c8e9fa4c257
|
|
| MD5 |
936e82f7dec917f8e02316acc894ff7c
|
|
| BLAKE2b-256 |
3dd8c118dc4c344f60a9668f2f2005209ada207dc381a2a4be8b2f8c26dbc8d4
|