Sihl_database.ServiceSourceinclude Sihl_core.Container.Service.Sigraise_error err raises a printable caqti error err .
fetch_pool () returns the connection pool.
query ctx f runs the query f on the connection pool and returns the result. If the query fails the Lwt.t fails as well.
transaction ctx f runs the query f on the connection pool in a transaction and returns the result. If the query fails the Lwt.t fails as well and the transaction gets rolled back. If the database driver doesn't support transactions, transaction gracefully becomes query.