Skip to content

Conversation

@zainforbjs
Copy link
Contributor

  • Add wheels db dump command for exporting database schemas and data
  • Support MySQL (via mysqldump and JDBC fallback), PostgreSQL, and SQL Server
  • MySQL: Support both mysqldump (still no stable) and JDBC fallback with authentication handling
  • PostgreSQL: Use pg_dump with connection string support and compression
  • SQL Server: Generate .bak backup files with sqlcmd support and fallback instructions
  • Support table filtering via tables parameter
  • Add output file specification and compression support (compress=true)
  • Include database selection prompt when database not specified in config
  • Add environment and datasource parameter support
  • Implement progress indicators and detailed status output
  • Handle connection errors with troubleshooting guidance
  • Cross-platform support for Windows, macOS, and Linux
  • Generate appropriate backup/export formats per database type (.sql, .gz, .bak)

- Add `wheels db dump` command for exporting database schemas and data
- Support MySQL (via mysqldump and JDBC fallback), PostgreSQL, and SQL Server
- MySQL: Support both mysqldump (still no stable) and JDBC fallback with authentication handling
- PostgreSQL: Use pg_dump with connection string support and compression
- SQL Server: Generate .bak backup files with sqlcmd support and fallback instructions
- Support table filtering via `tables` parameter
- Add output file specification and compression support (`compress=true`)
- Include database selection prompt when database not specified in config
- Add environment and datasource parameter support
- Implement progress indicators and detailed status output
- Handle connection errors with troubleshooting guidance
- Cross-platform support for Windows, macOS, and Linux
- Generate appropriate backup/export formats per database type (.sql, .gz, .bak)
@zainforbjs zainforbjs marked this pull request as ready for review December 19, 2025 07:07
@zainforbjs zainforbjs merged commit 6ff9339 into develop Dec 19, 2025
42 checks passed
@zainforbjs zainforbjs deleted the wheels_db_dump branch December 19, 2025 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants