tvl-depot/finito-postgres/src
Vincent Ambo b748117225 feat(postgres): Introduce database connection pool
Adds an r2d2 database connection pool to the backend type. This makes
it possible for separate FSMs to run at the same time through the same
backend, by retrieving separate connections.
2018-12-13 16:53:54 +01:00
..
error.rs feat(postgres): Introduce database connection pool 2018-12-13 16:53:54 +01:00
lib.rs feat(postgres): Introduce database connection pool 2018-12-13 16:53:54 +01:00
tests.rs feat(postgres): Compatibility with new associated error type 2018-09-26 23:19:34 +02:00