16 lines
607 B
Markdown
16 lines
607 B
Markdown
# dbtool-cli-v1 PM Sequencing
|
|
|
|
## Recommended Delivery Order
|
|
|
|
1. bootstrap an empty but runnable Rust CLI workspace
|
|
2. establish a shared connection and inspection model
|
|
3. ship PostgreSQL happy path for connect, inspect, and query
|
|
4. reach MySQL parity on the same workflow
|
|
5. reach SQLite parity with documented structural differences
|
|
6. add CSV and JSON export on top of query results
|
|
7. validate the cross-database acceptance matrix before any GUI follow-on
|
|
|
|
## Sequencing Rule
|
|
|
|
Do not start GUI execution work until the CLI acceptance path is stable enough to validate the product workflow end to end.
|