feat: add dbtool tui live query workspace
Some checks failed
release-smoke / macos-13 / x86_64-apple-darwin (push) Has been cancelled
release-smoke / ubuntu-latest / x86_64-unknown-linux-gnu (push) Has been cancelled
release-smoke / windows-latest / x86_64-pc-windows-msvc (push) Has been cancelled

- add shared db-app layer for connect/inspect/query/export events
- add dbtool-tui workspace with sqlite-local live flow and QA docs
- include host-validated acceptance updates for CMP-36

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Paperclip CTO
2026-03-27 17:17:20 +00:00
parent 7424491944
commit 19aeb7784b
12 changed files with 5006 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
[workspace]
members = [
"apps/cli",
"apps/tui",
"crates/db-app",
"crates/db-config",
"crates/db-core",
"crates/db-drivers",
@@ -13,6 +15,7 @@ edition = "2021"
rust-version = "1.82"
[workspace.dependencies]
db-app = { path = "crates/db-app" }
db-config = { path = "crates/db-config" }
db-core = { path = "crates/db-core" }
db-drivers = { path = "crates/db-drivers" }