You are about to point this at production. Here is what is underneath it.
A Swift Package Manager workspace with a strictly downward dependency graph. The app depends on the packages, the packages depend on DBCore, and DBCore depends on Foundation and swift-log, and nothing else.
App/Tinker SwiftUI shell, AppKit grid│├── DBGrid paging, DML generation├── DBSQL splitter, tokenizer, formatter├── DBPostgres postgres-nio, binary results├── DBMySQL mysql-nio, prepared statements├── DBSQLite libsqlite3, a thread per file├── DBTunnel SSH forwarding over Citadel├── DBStore Keychain, history, settings├── DBTestKit fixtures, server resolution│└── DBCore driver protocol, value model