Add dialect_from_str and improve Dialect documentation (#848)

* Add `dialect_from_str` and improve `Dialect` documentation

* cleanup

* fix compilation with nostd
This commit is contained in:
Andrew Lamb 2023-04-27 11:37:11 -04:00 committed by GitHub
parent d8af92536c
commit 5ecf633e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 99 additions and 8 deletions

View file

@ -12,6 +12,7 @@
use crate::dialect::Dialect;
/// [MySQL](https://www.mysql.com/)
#[derive(Debug)]
pub struct MySqlDialect {}