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

4
Cargo.lock generated
View file

@ -1047,6 +1047,7 @@ dependencies = [
"geth-control",
"geth-node",
"geth-store",
"rusqlite",
"tempfile",
"tokio",
"tracing-subscriber",
@ -1145,8 +1146,11 @@ dependencies = [
name = "geth-db"
version = "0.1.0"
dependencies = [
"blake3",
"geth-types",
"rusqlite",
"serde",
"tempfile",
"thiserror 2.0.18",
]