Formation.Postgresql (formation v0.10.1)

Link to this section Summary

Link to this section 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(host, port, username, password)

See Formation.Postgresql.Manager.create_user_and_database/4.

Link to this function

credential_to_url(credential)

See Formation.Postgresql.Credential.to_url/1.

Link to this function

grant_user_all_permissions(pid, username, database)

See Formation.Postgresql.User.grant_all/3.

Link to this function

new_client(host, port, username, password, database \\ "postgres")

See Formation.Postgresql.Client.new/5.