Implement #[derive(FromRow)]

This commit is contained in:
Ryan Leckey
2020-03-23 21:18:03 -07:00
parent d8a793a766
commit 5ada3f3ae6
4 changed files with 111 additions and 1 deletions

View File

@@ -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;