Postgres database items

Manages Postgres databases.

postgres_dbs = {
    "mydatabase": {
        "owner": "me",
    },
}

Attribute reference

Optional attributes

owner

Name of the role which owns this database (defaults to "postgres").