From 7f9c319b98149ffcb3dc3c739565199446f69c23 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 19 Sep 2022 17:13:20 -0600 Subject: [PATCH] export sqlds --- datastore/sql.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datastore/sql.nim b/datastore/sql.nim index e207daf..9c30c9e 100644 --- a/datastore/sql.nim +++ b/datastore/sql.nim @@ -1 +1,3 @@ import ./sql/sqliteds + +export sqliteds