Perform magic checks on a database file for better error messaging.

This commit is contained in:
Mahlon E. Smith 2025-07-18 20:23:20 -07:00
parent 6881d15358
commit 72da9341fd
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
11 changed files with 75 additions and 9 deletions

View file

@ -4,4 +4,5 @@ import kuzu
var db = newKuzuDatabase()
assert db.path == "(in-memory)"
assert db.kind == memory