Version 0.7.0
Added
- Ability to configure PostgreSQL database port with DATABASE_PORT environment variable (defaults to 5432)
- Hound CI configuration to validate pull requests against PEP 8 code style with Flake8
- Configuration for pipenv
Changed
- Use a database management class with Python context management to automatically open/close connections and cursors