Basic DB access with Go
This example uses a postgres db and demonstrates:
- DB properties configured in YAML
- AES encoded password property
- Passing secret key in environment
- Preloading a stat set of startup data
For a more thorough description please see Better practices for Go Database use.