Wrap kuzu 0.11.3.
This commit is contained in:
parent
405b65a95c
commit
ee0e8a72c0
4 changed files with 6 additions and 5 deletions
|
|
@ -39,7 +39,8 @@ For more information about Kuzu itself, see its
|
||||||
|
|
||||||
$ nimble install kuzu
|
$ nimble install kuzu
|
||||||
|
|
||||||
The current version of this library is built for Kuzu v0.11.2.
|
The current version of this library is built for Kuzu v0.11.3, which sadly
|
||||||
|
seems may have been the final release of kuzudb. :(
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@ when defined( futharkWrap ):
|
||||||
import futhark, os
|
import futhark, os
|
||||||
|
|
||||||
importc:
|
importc:
|
||||||
outputPath currentSourcePath.parentDir / "kuzu" / "0.11.2.nim"
|
outputPath currentSourcePath.parentDir / "kuzu" / "0.11.3.nim"
|
||||||
"kuzu.h"
|
"kuzu.h"
|
||||||
else:
|
else:
|
||||||
include "kuzu/0.11.2.nim"
|
include "kuzu/0.11.3.nim"
|
||||||
|
|
||||||
import
|
import
|
||||||
std/files,
|
std/files,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# vim: set et sta sw=4 ts=4 :
|
# vim: set et sta sw=4 ts=4 :
|
||||||
|
|
||||||
const KUZU_VERSION* = "0.6.1"
|
const KUZU_VERSION* = "0.6.2"
|
||||||
const KUZU_EXPECTED_LIBVERSION* = "0.11.2"
|
const KUZU_EXPECTED_LIBVERSION* = "0.11.3"
|
||||||
const BLOB_MAXSIZE = 4096
|
const BLOB_MAXSIZE = 4096
|
||||||
|
|
||||||
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()
|
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue