blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
661 stars 144 forks source link

Make Pool an optional feature flag #362

Open evbo opened 1 year ago

evbo commented 1 year ago

as discussed here, connection pooling isn't always necessary and so it would be nice to add an optional feature flag for it to help minimize binaries. For example, AWS lambda functions already connecting to a proxy server that handles connection pooling. https://github.com/blackbeam/rust-mysql-simple/discussions/360#discussioncomment-7216560