diff --git a/datafusion-postgres/src/lib.rs b/datafusion-postgres/src/lib.rs index 03e6591..ba43d00 100644 --- a/datafusion-postgres/src/lib.rs +++ b/datafusion-postgres/src/lib.rs @@ -22,6 +22,10 @@ use crate::auth::AuthManager; use handlers::HandlerFactory; pub use handlers::{DfSessionService, Parser}; +/// re-exports +pub use arrow_pg; +pub use pgwire; + #[derive(Getters, Setters, WithSetters, Debug)] #[getset(get = "pub", set = "pub", set_with = "pub")] pub struct ServerOptions {