DB Schema ManagerGenerate beautiful database documentation and safely deploy schemas—all from VS Code. Features✨ Generate Docs — Auto-create markdown documentation from your database schema 🚀 Safe Deployment — Deploy schemas with automatic backups and permission checking 🔐 Permission Checking — Know exactly what operations you can perform 💾 Auto-Backups — Never lose data with automatic backups before changes 📋 Dry-Run Preview — See what will change before deploying ⚙️ Multi-Database — Works with PostgreSQL, MySQL, and SQLite Quick Start1. Configure Your DatabaseOpen VS Code Settings and search for "db-schema-manager":
2. Generate Documentation
3. Check Permissions
4. Deploy Schema
Commands
Configurationdb-schema-manager.dbType (default: "postgres")
db-schema-manager.host (default: "localhost")
db-schema-manager.port (optional)
db-schema-manager.user (default: "postgres")
db-schema-manager.password
db-schema-manager.database (required)
Supported Databases
Security🔒 Passwords are masked in VS Code settings Always use environment variables for sensitive data LicenseMIT |