mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-02-02 14:09:05 +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>
5 lines
50 B
Rust
5 lines
50 B
Rust
pub mod ustr;
|
|
|
|
#[macro_use]
|
|
pub mod async_stream;
|