Skip to content

Commit a9e2278

Browse files
committed
Update README.md
1 parent c1c8081 commit a9e2278

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
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

0 commit comments

Comments
 (0)