pub type ConnectionPool = Pool<ConnectionManager<SqliteConnection>>;
struct ConnectionPool(/* private fields */);