API should allow simple CRUD operations over artists entities.
Current status:
- List
- Retrieve
- Create
- Update
- Destroy
TODO:
- Run migrations automatically.
- Make
PgRepothread-safe (right now it is NOT). - Bump
libpqxxwhen jtv/libpqxx#476 will be merged. - Compile & run in Docker.