Skip to content

Implement MedalConnection for Postgres-Connection

Since the existing implementation for Sqlite uses https://github.com/jgallagher/rusqlite which is similar to https://github.com/sfackler/rust-postgres, the latter could easily be used for a postgres implementation.