remove submodule

This commit is contained in:
Mikayla Maki 2022-11-01 13:32:46 -07:00
parent a4a1859dfc
commit 395070cb92
11 changed files with 1390 additions and 1 deletions

6
crates/sqlez/src/lib.rs Normal file
View file

@ -0,0 +1,6 @@
pub mod bindable;
pub mod connection;
pub mod migrations;
pub mod savepoint;
pub mod statement;
pub mod thread_safe_connection;