mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +00:00

* 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>