This commit adds 3 main changes:
- Modified the default config.ini filename to config.example.ini
- Added new configs for PostgreSQL
- Modified .gitignore to include vim swapfiles and production config
files
This commit implements basic support for PostgreSQL databases. It can:
- Connect to a database
- Summon a cursor
Further functionality will be worked on soon