rust-mysql-simple
rust-mysql-simple copied to clipboard
Make Pool an optional feature flag
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