Update connection::query docs

This commit is contained in:
Sunli 2020-06-02 21:43:08 +08:00
parent 597e9ef88b
commit 8cfe226045

View File

@ -170,7 +170,9 @@ pub trait DataSource {
>;
}
/// If you don't want to implement DataSource, you can also use this function to query data directly.
/// Parses the parameters and executes the query.
///
/// If you don't want to implement `DataSource`, you can also use this function to query data directly.
///
/// # Examples
///