cuisine-postgresql 0.2.1

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

cuisinepostgresql 0.2.1

Important
This project is no longer being maintained!

cuisine-postgresql provides cuisine-style PostgreSQL management commands.

Installation
pip install cuisine-postgresql


Usage
from cuisine_postgresql import (postgresql_role_ensure,
postgresql_database_ensure)


@task
def configure_database():
postgresql_role_ensure('user', 'pass', createdb=True)
postgresql_database_ensure('database',
owner='user',
template='template0',
encoding='UTF8')

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.