aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a532b36..3f6151e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,7 +1,11 @@
+pub mod select;
pub mod sqlite;
pub mod yaml;
+pub use select::select;
+
+
#[derive(thiserror::Error, Debug)]
pub enum Error {
#[error("SQL error: {0}")]