Skip to content

Commit 7387e6b

Browse files
committed
chore: expose sql module
1 parent 5e28dfc commit 7387e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-postgres/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mod handlers;
22
pub mod pg_catalog;
3-
mod sql;
3+
pub mod sql;
44

55
use std::fs::File;
66
use std::io::{BufReader, Error as IOError, ErrorKind};

0 commit comments

Comments
 (0)