sea-schema 0.2.7

🌿 SQL schema definition and discovery
Documentation
pub trait Name {
    fn from_str(string: &str) -> Option<Self>
    where
        Self: Sized;
}