sea-schema 0.2.7

🌿 SQL schema definition and discovery
Documentation
pub struct MySqlPool;

pub mod mysql {
    pub struct MySqlRow;
}

pub struct PgPool;

pub mod postgres {
    pub struct PgRow;
}

pub trait Row {}