Skip to content

A python utility to deploy PostgreSQL databases from a configuration file.

License

Notifications You must be signed in to change notification settings

matthiasdaues/PyPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPG

A python utility to deploy PostgreSQL databases from a configuration file

minimal dependencies:

The core library os is needed. Additionally you need

  • sqlalchemy (> 2.0.0)
  • sqlalchemy_utils (> 0.41.0)
  • pyyaml (>= 6.0)

as specified in requirements.txt. Install these if they don't already exist in your environment with "pip install -r requirements.txt"

About

A python utility to deploy PostgreSQL databases from a configuration file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published