mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
e765287dba
* Pool::new -> Pool::connect * Add Pool::connect_lazy * Pool::builder -> PoolOptions::new * PoolConnection no longer implements Connection * Transaction no longer implements Connection * Add ConnectOptions::connect * Add Acquire - abstract between &Pool and &mut Connection within one function * Remove Connect, move connect to Connection Co-authored-by: Austin Bonander <austin@launchbadge.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |