Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Apr 22, 2023
1 parent c1c8081 commit a9e2278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ as well as `native-tls`-based TLS support.
mysql_async = { version = "*", features = ["tracing"] }
```

* `derive` – enables `mysql_commom/derive` feature

[myslqcommonfeatures]: https://github.com/blackbeam/rust_mysql_common#crate-features

## TLS/SSL Support
Expand Down Expand Up @@ -190,7 +192,7 @@ Please note:
* [`Pool`] is a smart pointer – each clone will point to the same pool instance.
* [`Pool`] is `Send + Sync + 'static` – feel free to pass it around.
* use [`Pool::disconnect`] to gracefuly close the pool.
* [`Pool::new`] is lazy and won't assert server availability.
* ⚠️ [`Pool::new`] is lazy and won't assert server availability.

## Transaction

Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
//! mysql_async = { version = "*", features = ["tracing"] }
//! ```
//!
//! * `derive` – enables `mysql_commom/derive` feature
//!
//! [myslqcommonfeatures]: https://github.com/blackbeam/rust_mysql_common#crate-features
//!
//! # TLS/SSL Support
Expand Down

0 comments on commit a9e2278

Please sign in to comment.