issues
search
sfackler
/
r2d2
A generic connection pool for Rust
Apache License 2.0
1.51k
stars
82
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix diesel r2d2 link in README
#151
timmc
closed
1 month ago
0
What does r2d2 mean?
#150
justforcomment
closed
2 months ago
2
docs(diesel): update diesel::r2d2 document link
#149
SetsuikiHyoryu
opened
4 months ago
0
minor optimizations
#148
GopherJ
closed
5 months ago
1
Fail Fast for Certain Errors
#147
mariotaku
opened
8 months ago
0
Add a PooledConnection::pool() method
#146
pjenvey
closed
1 year ago
3
Does it support ssh2 sessions?
#145
TheBlindM
opened
1 year ago
0
Update license field following SPDX 2.1 license expression standard
#144
frisoft
closed
1 year ago
0
fix clippy `use of deprecated associated function` warning
#143
bitcapybara
closed
1 year ago
1
Pool building freezes when connections drop during initial setup
#142
FlixCoder
closed
1 year ago
4
r2d2::Error should derive PartialEq and Clone
#141
OmegaJak
closed
1 year ago
4
Add ability to use Mutex / Condvar from std.
#140
BratSinot
opened
1 year ago
9
[Bug] CI test failure on arm
#139
werdahias
opened
1 year ago
4
Remove parking_lot dependency now that std's Mutex is faster than before
#138
antoyo
opened
1 year ago
3
Seg fault with Postgres
#137
eloff
closed
1 year ago
17
drop idle connections immediately after the pool is dropped
#136
name1e5s
closed
1 year ago
0
remove deprecated functions & fix style
#135
name1e5s
closed
2 years ago
0
Using behind proxychains
#134
Corfucinas
opened
2 years ago
1
Fix spelling error
#133
reticenceji
closed
2 years ago
1
make error clonable
#132
clouds56
opened
2 years ago
4
Add hooks to `CustomizeConnection` to allow users to perform actions on connection checkout/in.
#131
weiznich
opened
2 years ago
0
Allow hooking on connection get-from-pool and release-to-pool
#130
Ten0
opened
2 years ago
8
Release?
#129
Sytten
closed
2 years ago
1
How to set timezone when linking
#128
januwA
closed
2 years ago
1
Document relationship between `min_idle`, `idle_timeout` and `max_lifetime`
#127
xmo-odoo
opened
2 years ago
1
Update parking_lot requirement from 0.11 to 0.12
#126
dependabot[bot]
closed
2 years ago
0
add duckdb-rs
#125
wangfenjin
closed
2 years ago
0
Why example use `let pool = pool.clone()` in a for loop ?
#124
linrongbin16
closed
2 years ago
2
"Named" connections
#123
uschi2000
closed
3 years ago
3
Is there a way to drop or close an actual connection when I'm using PooldConnection?
#121
atuk721
opened
3 years ago
4
Upgrade to GitHub-native Dependabot
#120
dependabot-preview[bot]
closed
3 years ago
0
add r2d2-firebird crate to readme
#119
mariuz
closed
3 years ago
0
Use `compare_exchange` or `compare_exchange_weak` instead
#118
zhuxiujia
closed
2 years ago
0
Can be used in the future such as tokio, async_std?
#117
zhuxiujia
closed
3 years ago
1
`get_timeout` exceeds timeout
#116
ghost
opened
3 years ago
11
Is there a way to not keep idle connections?
#115
hoangtranwork
closed
3 years ago
8
Add r2d2-ldap to the list of adaptors
#114
c0dearm
closed
4 years ago
0
pool.get() returns Error(None) -- best debugging strategy?
#113
sezna
closed
3 years ago
1
add #![forbid(unsafe_code)]
#112
rursprung
closed
3 years ago
5
Will r2d2 create more connections than max_size when using builder()?
#111
RKochenderfer
closed
3 years ago
3
roadmap to v1.0.0?
#110
rursprung
opened
4 years ago
3
Update parking_lot to 0.11
#109
JohnTitor
closed
4 years ago
0
Update README.md: Prefer redis-rs built-in adaptor
#108
couchand
closed
4 years ago
1
Pass additional data to event handler
#107
Diggsey
opened
4 years ago
1
Mongodb official backend release deprecates r2d2-mongodb
#106
Ben-PH
closed
4 years ago
1
Update README.md: Official mongodb driver released.
#105
Ben-PH
closed
4 years ago
1
Test connection before initializing pool
#104
Pzixel
opened
4 years ago
0
Reap connections on Pool drop
#103
arthurprs
closed
4 years ago
1
Adds an `always_keep_alive` function for in-memory databases like sqlite
#102
joelgallant
closed
4 years ago
3
Is there a way to drop all connections?
#101
zhangli-pear
opened
4 years ago
5
Next