feat(usable): integrate current dbtool implementation snapshot
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

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Paperclip CTO
2026-04-02 08:26:18 +00:00
parent a28dab4cd9
commit d5f69462b0
73 changed files with 5895 additions and 322 deletions

View File

@@ -64,9 +64,8 @@ run_postgres_container() {
--network "$DEMO_NETWORK_NAME" \
-p 55432:5432 \
-e POSTGRES_DB=dbtool_demo \
-e POSTGRES_USER=dbtool \
-e POSTGRES_PASSWORD=dbtool \
--health-cmd 'pg_isready -U dbtool -d dbtool_demo' \
-e POSTGRES_PASSWORD=dbtoolroot \
--health-cmd 'pg_isready -U postgres -d dbtool_demo' \
--health-interval 5s \
--health-timeout 5s \
--health-retries 20 \