Fix license type in nimble file.
FossilOrigin-Name: ec04714ceb7d2eb400178f32003928673e26e018dbcc7397f5f6e5977bb70fb5
This commit is contained in:
parent
c7c60aed71
commit
32a6b35410
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ var res: KuzuQueryResult
|
|||
var fromActor = paramStr(1)
|
||||
var toActor = paramStr(2)
|
||||
|
||||
var db = newKuzuDatabase( "imdb" )
|
||||
var db = newKuzuDatabase( "imdb", kuzuConfig(read_only=true) )
|
||||
var conn = db.connect
|
||||
|
||||
echo "Database opened: ", db.path
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
version = "0.1.0"
|
||||
author = "Mahlon E. Smith"
|
||||
description = "Kuzu is an embedded graph database built for query speed and scalability."
|
||||
license = "MIT"
|
||||
license = "BSD-3-Clause"
|
||||
srcDir = "src"
|
||||
|
||||
requires "nim ^= 2.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue