This repository was archived by the owner on Aug 17, 2025. It is now read-only.
Description Basically I want dbmate dump though it looks like we'd also need a db client to calculate it .
We should also expose this to goose to avoid this:
Let me also check the SQL files to see the database schema and queries:
─── shell | developer ──────────────────────────
command: ls -R /Users/mtoohey/Code/ftl/examples/go/mysql/db/mysql/testdb
queries
schema
/Users/mtoohey/Code/ftl/examples/go/mysql/db/mysql/testdb/queries:
queries.sql
/Users/mtoohey/Code/ftl/examples/go/mysql/db/mysql/testdb/schema:
20241103205514_init.sql
20241103205515_init.sql
20241103205516_init.sql
20241103205517_init.sql
Let me check the queries and schema:
─── Read | ftl ─────────────────────────
path: ...
Read contents of /Users/mtoohey/Code/ftl/examples/go/mysql/db/mysql/testdb/queries/queries.sql
─── Read | ftl ──────────────────────────
path: ...
Read contents of /Users/mtoohey/Code/ftl/examples/go/mysql/db/mysql/testdb/schema/20241103205517_init.sql
─── Read | ftl ──────────────────────────
path: ...
Read contents of /Users/mtoohey/Code/ftl/examples/go/mysql/db/mysql/testdb/schema/20241103205516_init.sql
─── Read | ftl ──────────────────────────
path: ...
Read contents of /Users/mtoohey/Code/ftl/examples/go/mysql/db/mysql/testdb/schema/20241103205515_init.sql
─── Read | ftl ──────────────────────────
path: ...
Reactions are currently unavailable
Basically I want
dbmate dumpthough it looks like we'd also need a db client to calculate it.We should also expose this to goose to avoid this: