sea-schema-sync 0.17.0-rc.16

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