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>>;
}
-
Notifications
You must be signed in to change notification settings - Fork 0
enginefuture/Toursql
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published