pub trait SqlFragment {
// Required method
fn create(&self) -> String;
}
Expand description
SQL statements that can be executed against a database.
pub trait SqlFragment {
// Required method
fn create(&self) -> String;
}
SQL statements that can be executed against a database.