Structs

A connection to a SQLite database.

A prepared statement.

Represents a transaction on a database connection.

Enums

A non-owning dynamic type value. Typically the memory backing this value is owned by SQLite.

Traits

Trait used for sets of parameter passed into SQL statements/queries.

A trait for types that can be converted into SQLite values. Returns Error::ToSqlConversionFailure if the conversion fails.

Type Definitions

A typedef of the result returned by many methods.