Skip to content

Should create_database override the Settings username? #55

@jcrossley3

Description

@jcrossley3

let psql = PsqlBuilder::from(&self.settings)

If I set a username in the Settings used to construct a PostgreSQL instance, then create_database is going to fail without setting the db name to postgres.

What's The Right Way to both create a superuser and create a database via the PostgreSQL instance? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions