glitr/convert/sql

Functions

pub fn insert(
  table: String,
  converter: Converter(a),
  values: List(a),
) -> String
pub fn select(table: String, converter: Converter(a)) -> String
pub fn update(
  table: String,
  converter: Converter(a),
  value: a,
  selector_col: String,
) -> String
Search Document