Update wrapper to Kuzu v0.11.0.
This commit is contained in:
parent
0f58c5e565
commit
4f441cdbe4
11 changed files with 1370 additions and 95 deletions
2
USAGE.md
2
USAGE.md
|
|
@ -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]
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue