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
|
|
@ -1,17 +1,17 @@
|
|||
# vim: set et sta sw=4 ts=4 :
|
||||
|
||||
import
|
||||
std/dirs,
|
||||
std/files,
|
||||
std/paths
|
||||
|
||||
import kuzu
|
||||
|
||||
const DATABASE_PATH = Path( "tmp/testdb" )
|
||||
DATABASE_PATH.removeDir()
|
||||
DATABASE_PATH.removeFile()
|
||||
|
||||
var db = newKuzuDatabase( $DATABASE_PATH, kuzuConfig( auto_checkpoint=false ) )
|
||||
assert db.path == "tmp/testdb"
|
||||
assert db.config.auto_checkpoint == false
|
||||
|
||||
DATABASE_PATH.removeDir()
|
||||
DATABASE_PATH.removeFile()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue