Add basic tuple and value fetching from queries.
Add safeties for =destroy hooks. FossilOrigin-Name: 2fae5297a0d0598cc3580777688b4f4307de008d4f379d2fb224c8a74cb9b708
This commit is contained in:
parent
1ed442a68a
commit
7850a79372
14 changed files with 237 additions and 17 deletions
|
|
@ -13,14 +13,18 @@ else:
|
|||
include "kuzu/0.8.2.nim"
|
||||
|
||||
import
|
||||
std/strformat
|
||||
std/strformat,
|
||||
std/strutils
|
||||
|
||||
# Order very much matters here pre Nim 3.0 multi-pass compiling.
|
||||
include
|
||||
"kuzu/constants.nim",
|
||||
"kuzu/types.nim",
|
||||
"kuzu/config.nim",
|
||||
"kuzu/database.nim",
|
||||
"kuzu/connection.nim",
|
||||
"kuzu/value.nim",
|
||||
"kuzu/tuple.nim",
|
||||
"kuzu/queries.nim"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue