sqlx/sqlx-core
Ryan Leckey e765287dba refactor: restructure relationship between Pool, Connection, and Options
* 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>
2020-07-12 03:43:55 -07:00
..
src refactor: restructure relationship between Pool, Connection, and Options 2020-07-12 03:43:55 -07:00
Cargo.toml Support for rust_decimal::Decimal 2020-07-09 12:32:19 -07:00