You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/8531885http://sqlalchemy-utils.readthedocs.io/en/latest/database_helpers.htmlconnection.execute('CREATE DATABASE test')
The text was updated successfully, but these errors were encountered:
@sallner wrote at 2018-04-10:
The text was updated successfully, but these errors were encountered: