Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 281 Bytes

File metadata and controls

12 lines (10 loc) · 281 Bytes

Python Postgres DB Creator

Implementation of Postgres DB creation funtion with Python and Psycopg2.

Create a database from a template database:

postgres-db-creator-from-template.py

Create a database from a SQL file:

postgres-db-creator-from-sql.py