This commit is contained in:
Chris Tsang 2021-06-29 19:26:57 +08:00
parent a7550a33e5
commit 3b88ed5a38

View File

@ -188,6 +188,10 @@
//! # Ok(()) //! # Ok(())
//! # } //! # }
//! ``` //! ```
#![doc(
html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png"
)]
mod database; mod database;
mod driver; mod driver;
pub mod entity; pub mod entity;