Rename the project to nim-ladybug, after kuzu's sudden October abandoning. Picked up by a new party under the new name, lets see where this goes!
No new functionality, just rename and docs updates.
This commit is contained in:
parent
ee0e8a72c0
commit
76718fa49f
61 changed files with 3030 additions and 2998 deletions
|
|
@ -4,16 +4,16 @@ import
|
|||
std/files,
|
||||
std/paths
|
||||
|
||||
import kuzu
|
||||
import lbug
|
||||
|
||||
const DATABASE_PATH = Path( "tmp/testdb" )
|
||||
|
||||
DATABASE_PATH.removeFile()
|
||||
var db = newKuzuDatabase( $DATABASE_PATH )
|
||||
var db = newLbugDatabase( $DATABASE_PATH )
|
||||
|
||||
assert db.path == $DATABASE_PATH
|
||||
assert db.kind == disk
|
||||
assert db.config == kuzuConfig()
|
||||
assert db.config == lbugConfig()
|
||||
assert db.config.read_only == false
|
||||
|
||||
DATABASE_PATH.removeFile()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue