Formation.Postgresql (formation v0.16.2)

Summary

Functions

Link to this function

create_database(pid, name, username)

See Formation.Postgresql.Database.create/3.

Link to this function

create_user(pid, username, password)

See Formation.Postgresql.User.create/3.

Link to this function

create_user_and_database(credential, options \\ [])

See Formation.Postgresql.Manager.create_user_and_database/2.

Link to this function

credential_to_url(credential)

See Formation.Postgresql.Credential.to_url/1.

Link to this function

grant_public_schema(pid, username)

See Formation.Postgresql.User.grant_public_schema/2.

Link to this function

grant_role_to_user(pid, new_user, master_user)

See Formation.Postgresql.User.grant_role/3.

Link to this function

grant_user_all_permissions(pid, username, database)

See Formation.Postgresql.User.grant_all/3.