2个版本
0.1.1 | 2023年5月15日 |
---|---|
0.1.0 | 2023年5月15日 |
#1866 in 过程宏
50KB
817 代码行
Toursql
use gluesql::prelude::{ Payload};
pub trait Selectable<T>: Sized {
fn select(&self) -> String;
fn delete(&self) -> String;
fn update(&self, updates: ::std::collections::HashMap<String, String>) -> Result<String, String>;
fn from_payload(payload: &Payload) -> T;
fn union_str(&self) -> std::collections::HashMap<String, Vec<String>>;
}
依赖
~22–38MB
~589K SLoC