sql-fun-server 0.1.0

schema data service for sql-fun
Documentation
1
2
3
4
5
#[tokio::main]
async fn main() -> Result<(), sql_fun_server::ServerError> {
    sql_fun_server::service().await?;
    Ok(())
}