mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-28 14:11:10 +00:00
doc: inline reexports from drivers
This commit is contained in:
@@ -31,14 +31,17 @@ pub use sqlx_core::migrate;
|
||||
|
||||
#[cfg(feature = "mysql")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "mysql")))]
|
||||
#[doc(inline)]
|
||||
pub use sqlx_mysql::{self as mysql, MySql, MySqlConnection, MySqlExecutor, MySqlPool};
|
||||
|
||||
#[cfg(feature = "postgres")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "postgres")))]
|
||||
#[doc(inline)]
|
||||
pub use sqlx_postgres::{self as postgres, PgConnection, PgExecutor, PgPool, Postgres};
|
||||
|
||||
#[cfg(feature = "sqlite")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "sqlite")))]
|
||||
#[doc(inline)]
|
||||
pub use sqlx_sqlite::{self as sqlite, Sqlite, SqliteConnection, SqliteExecutor, SqlitePool};
|
||||
|
||||
#[cfg(feature = "any")]
|
||||
|
||||
Reference in New Issue
Block a user