kreator/query

Types

pub type Query {
  Query(sql: String, bindings: List(Value))
}

Constructors

  • Query(sql: String, bindings: List(Value))

Functions

pub fn destruct(query: Query) -> #(String, List(Value))
Search Document