kreator/query

Types

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

Constructors

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

Functions

pub fn get_sql(query: Query) -> String
Search Document