Update wrapper to Kuzu v0.11.0.

This commit is contained in:
Mahlon E. Smith 2025-07-13 13:10:33 -07:00
parent 0f58c5e565
commit 4f441cdbe4
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
11 changed files with 1370 additions and 95 deletions

View file

@ -35,6 +35,7 @@ heavily on it. :-) Once there's a 1.0, this should be less chaotic.
| v0.8.2 | v0.1.0 |
| v0.9.0 | v0.2.0 |
| v0.10.0 | v0.4.0 |
| v0.11.0 | v0.5.0 |
You can use the `kuzuVersionCompatible()` function (along with the
`kuzuGetVersion()` and the `KUZU_VERSION` constant) to quickly check if things
@ -521,4 +522,3 @@ q = conn.query( "MATCH (d:Doot) RETURN d.data" )
var blob = q.getNext[0].toBlob #=> @[72, 101, 108, 108, 111, 33]
```