Module d2sqlite3.statement

Managing prepared statements.

Functions

NameDescription
literal(value) Turns value into a literal that can be used in an SQLite expression.

Structs

NameDescription
Statement A prepared statement.