Changelog
Version 1.0.6 (2025-11-20)
Major Release
New Features
Complete rewrite with asyncpg for high-performance operations
Rich-formatted table output with colors
Intelligent auto-detection of Django settings
Support for .env, .json, and .yaml configuration files
Interactive confirmations for destructive operations
Read-only mode for safe query execution
Comprehensive error handling
Commands Added
show dbs- List all databases with sizesshow tables- List tables with statisticsshow users- Display all database usersshow connections- Monitor active connectionsshow indexes- View table indexesshow size- Database and table size analysiscreate- Create user and database with auto-detectiondescribe- Show detailed table structurequery- Execute SQL with safety featuresbackup- Generate backup commandsdrop database- Safely drop databasesdrop user- Safely drop users
Improvements
Production-ready error handling
Password prompts for security
Debug mode for troubleshooting
Recursive configuration file search
Environment variable support
Multiple database engine detection
Version 1.0 (2024-10-14)
Initial Release
Basic PostgreSQL connection management
Simple database creation
User management features
Basic query execution