Fixup docs, bump version.
This commit is contained in:
parent
26e3018160
commit
c8da56faa8
9 changed files with 65 additions and 1277 deletions
|
|
@ -19,7 +19,7 @@ import
|
|||
std/strformat
|
||||
import kuzu
|
||||
|
||||
const DB = "imdb"
|
||||
const DB = "imdb.kz"
|
||||
const DOT = "imdb-results.dot"
|
||||
|
||||
if not DB.fileExists:
|
||||
|
|
@ -37,7 +37,7 @@ var res: KuzuQueryResult
|
|||
var fromActor = paramStr(1)
|
||||
var toActor = paramStr(2)
|
||||
|
||||
var db = newKuzuDatabase( "imdb", kuzuConfig(read_only=true) )
|
||||
var db = newKuzuDatabase( DB, kuzuConfig(read_only=true) )
|
||||
var conn = db.connect
|
||||
|
||||
echo "Database opened: ", db.path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue