Module sqlite3_ext::query

source ·
Expand description

Facilities for running SQL queries.

The main entry points into this module are Connection::prepare, Connection::execute, and Connection::query_row.

Macros

Create a Params with values of mixed types.

Structs

A single value returned from a query.
A row returned from a query.
A prepared statement.

Traits

Trait for collections of parameters to a query.
Trait for types which can be passed into SQLite queries as parameters.