From 0c80aaf2fc67b82b0d6ec60bd9317d7b4cf7e9ac Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 14 Mar 2022 21:14:35 +0100 Subject: Idea for selecting a record from the database as YAML --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib.rs') 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}")] -- cgit v1.2.3