5 lines
184 B
XML
5 lines
184 B
XML
//! 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.
|