sqlx/sqlx-core
Thomas de Zeeuw 39eadd6d6d
Implement Clone for PoolOptions (#1919)
To not break the API we need to use an Arc instead of a Box for the
callback functions. Alternatively we could require all the function to
be Clone, but that would be a breaking change.
2022-06-22 15:00:28 -07:00
..
2022-06-16 15:53:09 -07:00