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:
Mahlon E. Smith 2025-11-04 09:06:11 -08:00
parent ee0e8a72c0
commit 76718fa49f
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
61 changed files with 3030 additions and 2998 deletions

View file

@ -1,6 +1,6 @@
# vim: set et sta sw=4 ts=4 :
import kuzu
import lbug
assert typeOf( KUZU_DEFAULT_CONFIG ) is kuzu_system_config
assert typeOf( LBUG_DEFAULT_CONFIG ) is lbug_system_config

View file

@ -1,7 +1,7 @@
# vim: set et sta sw=4 ts=4 :
import re
import kuzu
import lbug
assert KUZU_VERSION.contains( re"^\d+\.\d+\.\d+$" )
assert LBUG_VERSION.contains( re"^\d+\.\d+\.\d+$" )

View file

@ -1,8 +1,8 @@
# vim: set et sta sw=4 ts=4 :
import re
import kuzu
import lbug
let version = $kuzuGetVersion()
let version = $lbugGetVersion()
assert version.contains( re"^\d+\.\d+\.\d+(?:\.\d+)?$" )

View file

@ -1,6 +1,6 @@
# vim: set et sta sw=4 ts=4 :
import kuzu
import lbug
assert kuzuGetStorageVersion() >= 36
assert lbugGetStorageVersion() >= 36