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
|
|
@ -1,10 +1,10 @@
|
|||
# vim: set et sta sw=4 ts=4 :
|
||||
|
||||
import kuzu
|
||||
import lbug
|
||||
|
||||
|
||||
let db = newKuzuDatabase()
|
||||
let db = newLbugDatabase()
|
||||
|
||||
assert db.path == "(in-memory)"
|
||||
assert typeOf( db.connect ) is KuzuConnection
|
||||
assert typeOf( db.connect ) is LbugConnection
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# vim: set et sta sw=4 ts=4 :
|
||||
|
||||
import kuzu
|
||||
import lbug
|
||||
|
||||
|
||||
let db = newKuzuDatabase()
|
||||
let db = newLbugDatabase()
|
||||
let conn = db.connect
|
||||
|
||||
# FIXME: This test should really perform some
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# vim: set et sta sw=4 ts=4 :
|
||||
|
||||
import kuzu
|
||||
import lbug
|
||||
|
||||
let db = newKuzuDatabase()
|
||||
let db = newLbugDatabase()
|
||||
let conn = db.connect
|
||||
|
||||
# There is currently no getter for this, so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue