Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow database creation for non-local databases #3

Open
icemac opened this issue Nov 25, 2019 · 0 comments
Open

Allow database creation for non-local databases #3

icemac opened this issue Nov 25, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@icemac
Copy link
Contributor

icemac commented Nov 25, 2019

@sallner wrote at 2018-04-10:

For test setups on bitbucket pipelines with postgres as a service, we have a test system, where there is no createdb command available. Instead a connection to the postgres on localhost is possible.
I would like to have gocept.testdb to use this connection instead of CLI programs to create a database.
Inspiration may be found here: https://stackoverflow.com/a/8977109/8531885 http://sqlalchemy-utils.readthedocs.io/en/latest/database_helpers.html connection.execute('CREATE DATABASE test')

@icemac icemac added the enhancement New feature or request label Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant