Initial commit, adding work to date.
FossilOrigin-Name: e866fb59b96496de50c85d483ec89bdb8f48fb2d24c43b8bfecdc0a968962114
This commit is contained in:
parent
ef8d5a489e
commit
9ee085d86b
12 changed files with 2486 additions and 0 deletions
10
src/kuzu/constants.nim
Normal file
10
src/kuzu/constants.nim
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# vim: set et sta sw=4 ts=4 :
|
||||
|
||||
const KUZU_VERSION* = "0.1.0"
|
||||
const KUZU_EXPECTED_LIBVERSION* = "0.8.2"
|
||||
|
||||
let KUZU_LIBVERSION* = kuzu_get_version()
|
||||
let KUZU_STORAGE_VERSION* = kuzu_get_storage_version()
|
||||
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue