From 84ac3652415b662aae9580c008a5aa996d58c9f4 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 3 May 2025 00:15:02 +0300 Subject: Rename to AutereDB --- py_bindings/example.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'py_bindings/example.py') diff --git a/py_bindings/example.py b/py_bindings/example.py index 233d111..96040a9 100644 --- a/py_bindings/example.py +++ b/py_bindings/example.py @@ -1,8 +1,8 @@ import tempfile from pprint import pformat, pprint -from log_db import Value, Bound, DB +from autere_db import Value, Bound, DB -# TODO: This should be imported from the log_db module +# TODO: This should be imported from the autere_db module # but exporting type aliases does not work automatically Record = list[Value] @@ -40,7 +40,7 @@ db = DB \ db.upsert(Inst(1, "foo").into_record()) -#res = db.find_by("name", log_db.Value.string("foo")) +#res = db.find_by("name", autere_db.Value.string("foo")) #insts = [Inst.from_record(r) for r in res] res = db.range_by("name", Bound.unbounded(), -- cgit v1.3