mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-12 06:45:09 +00:00
Implement #[derive(FromRow)]
This commit is contained in:
@@ -41,7 +41,7 @@ pub use sqlx_core::sqlite::{self, Sqlite, SqliteConnection, SqlitePool};
|
||||
pub extern crate sqlx_macros;
|
||||
|
||||
#[cfg(feature = "macros")]
|
||||
pub use sqlx_macros::Type;
|
||||
pub use sqlx_macros::{FromRow, Type};
|
||||
|
||||
#[cfg(feature = "macros")]
|
||||
mod macros;
|
||||
|
||||
Reference in New Issue
Block a user