Start API refactor to remove separate Tree

We want trees to just be notes. We want to reference notes
by Path instead of object ids. Stop thinking about the
fs implementation and the fuse service with the same terms -
they will be different backends.
This commit is contained in:
Andrew Mulbrook 2026-03-26 21:00:35 -05:00
parent abbef64bbc
commit 41480a39c9
5 changed files with 245 additions and 234 deletions

View file

@ -213,6 +213,7 @@ class Sqlite3Trove:
if object_id is None:
object_id = uuid.uuid4()
sid = _sql_id(object_id)
assert sid is not None
# Preserve created timestamp on update
row = self._con.execute(