Added the scaffolding
This commit is contained in:
4
shanty-db/src/lib.rs
Normal file
4
shanty-db/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! Shared database schema and access layer for Shanty.
|
||||
//!
|
||||
//! This crate owns the database schema, migrations, and provides a typed access
|
||||
//! layer used by all other Shanty crates.
|
||||
Reference in New Issue
Block a user