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.
94
94
mysql_async = { version = " *" , features = [" tracing" ] }
95
95
```
96
96
97
+ * `derive` – enables `mysql_commom/derive` feature
98
+
97
99
[myslqcommonfeatures ]: https://github.com/blackbeam/rust_mysql_common#crate-features
98
100
99
101
# # TLS/SSL Support
@@ -190,7 +192,7 @@ Please note:
190
192
* [ ` Pool ` ] is a smart pointer – each clone will point to the same pool instance.
191
193
* [ ` Pool ` ] is ` Send + Sync + 'static ` – feel free to pass it around.
192
194
* 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.
194
196
195
197
## Transaction
196
198
Original file line number Diff line number Diff line change 93
93
//! mysql_async = { version = "*", features = ["tracing"] }
94
94
//! ```
95
95
//!
96
+ //! * `derive` – enables `mysql_commom/derive` feature
97
+ //!
96
98
//! [myslqcommonfeatures]: https://github.com/blackbeam/rust_mysql_common#crate-features
97
99
//!
98
100
//! # TLS/SSL Support
You can’t perform that action at this time.
0 commit comments