Add SQLite schema metadata for DB resources

This commit is contained in:
Eric Wendland 2026-05-16 21:54:49 +02:00
commit 527090fd4c
8 changed files with 119 additions and 14 deletions

View file

@ -21,4 +21,5 @@ geth-config = { path = "../geth-config" }
geth-control = { path = "../geth-control" }
geth-node = { path = "../geth-node" }
geth-store = { path = "../geth-store" }
rusqlite.workspace = true
tempfile.workspace = true