File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ as well as `native-tls`-based TLS support.
9494 mysql_async = { version = " *" , features = [" tracing" ] }
9595 ```
9696
97+ * `derive` – enables `mysql_commom/derive` feature
98+
9799[myslqcommonfeatures ]: https://github.com/blackbeam/rust_mysql_common#crate-features
98100
99101# # TLS/SSL Support
@@ -190,7 +192,7 @@ Please note:
190192* [ ` Pool ` ] is a smart pointer – each clone will point to the same pool instance.
191193* [ ` Pool ` ] is ` Send + Sync + 'static ` – feel free to pass it around.
192194* use [ ` Pool::disconnect ` ] to gracefuly close the pool.
193- * [ ` Pool::new ` ] is lazy and won't assert server availability.
195+ * ⚠️ [ ` Pool::new ` ] is lazy and won't assert server availability.
194196
195197## Transaction
196198
Original file line number Diff line number Diff line change 9393//! mysql_async = { version = "*", features = ["tracing"] }
9494//! ```
9595//!
96+ //! * `derive` – enables `mysql_commom/derive` feature
97+ //!
9698//! [myslqcommonfeatures]: https://github.com/blackbeam/rust_mysql_common#crate-features
9799//!
98100//! # TLS/SSL Support
You can’t perform that action at this time.
0 commit comments