sqlx/sqlx-core
argv-minus-one 2123d9de2e Make the bounds on Connection::transaction less strict.
The provided callback doesn't need to be `'static`. It should be enough that it doesn't borrow anything from the `Connection` itself, even if it does borrow data from elsewhere.
2021-04-09 00:13:51 -07:00
..
src Make the bounds on Connection::transaction less strict. 2021-04-09 00:13:51 -07:00
Cargo.toml add support for pgpass files 2021-04-08 23:47:35 -07:00