Postgresql

Python and PostgreSQL deployment to CircleCI

Update: Similar setup but for CircleCI 2.0 is HERE

Deploying to CircleCI as easy as creating yaml file (sometimes you even do not need it as Circle will automatically recognize structure and behavior). But usually it is better to setup at least basic configuration. The problem begins with more complicated functionality and CI documentation is minimal, or to say ‘very hacker friendly’.

My problem was how to use build-in PostgreSQL database with Python application. This is quick tip how I solved it.