This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
sqlx
Watch
1
Star
0
Fork
0
You've already forked sqlx
mirror of
https://github.com/launchbadge/sqlx.git
synced
2025-12-30 13:20:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
sqlx
/
sqlx-core
/
src
/
pool
History
Austin Bonander
2497f0bdc8
fix: run
cargo fmt
with latest Rust
2023-09-11 18:06:16 -07:00
..
connection.rs
feat: add
Connection::shrink_buffers
,
PoolConnection::close
2023-03-03 16:50:27 -08:00
executor.rs
Break drivers out into separate crates, clean up some technical debt (
#2039
)
2023-02-21 13:25:25 -08:00
inner.rs
fix: run
cargo fmt
with latest Rust
2023-09-11 18:06:16 -07:00
maybe.rs
Break drivers out into separate crates, clean up some technical debt (
#2039
)
2023-02-21 13:25:25 -08:00
mod.rs
fix(pool): close when last handle is dropped, extra check in
try_acquire
2023-03-01 18:41:30 -08:00
options.rs
Implement
Clone
for
PoolOptions
manually (
#2548
) (
#2553
)
2023-07-09 14:34:31 -07:00