# List databases (skips system catalogs by default)db2md--url'postgresql+asyncpg://user:pass@localhost:5432/postgres'--list
# Document every non-system database → ./schemas/<db>.mddb2md--url'postgresql+asyncpg://user:pass@localhost:5432/postgres'# Specific databases / output pathdb2md\--url'postgresql+asyncpg://user:pass@localhost:5432/postgres'\-dmyapp-danalytics\-o./docs/db
# Include system databases when listingdb2md--url'postgresql+asyncpg://user:pass@localhost:5432/postgres'\--include-system--list
# Verbose loggingdb2md--url'sqlite+aiosqlite:///./app.db'-v-o./schemas
# Nullable columns as a native `type?` suffix instead of a "nullable" commentdb2md--url'sqlite+aiosqlite:///./app.db'--er-styleoptional