mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
Re-export PgRecordEncoder and PgRecordDecoder
This commit is contained in:
parent
5809f8687c
commit
829f37793a
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ mod numeric;
|
|||
mod record;
|
||||
|
||||
pub use numeric::{PgNumeric, PgNumericSign};
|
||||
pub use record::{PgRecordEncoder, PgRecordDecoder};
|
||||
|
|
Loading…
Reference in a new issue