cake/dialect/sqlite_dialect
Sqlite dialect to be used in conjunction with the sqlight
library.
Functions
pub fn cake_query_to_prepared_statement(
query qry: CakeQuery(a),
) -> PreparedStatement
Converts a cake query to a Sqlite prepared statement.
pub fn query_to_prepared_statement(
query qry: Query,
) -> PreparedStatement
Converts a (read) query to a Sqlite prepared statement.
pub fn write_query_to_prepared_statement(
query qry: WriteQuery(a),
) -> PreparedStatement
Converts a write query to a Sqlite prepared statement.