pub async fn list_databases(client: &Client) -> Result<Vec<DatabaseInfo>>Expand description
List all non-system databases in the cluster
Excludes:
- PostgreSQL template databases (template0, template1)
- PostgreSQL default database (postgres)
- AWS RDS internal database (rdsadmin)