relstorage.adapters.sqlite.dialect – sqlite3 dialect#

sqlite3 dialect.

There are a number of variations, depending what is supported by the version of sqlite.

Sqlite supports ordered parameters with ? and named parameters with :name.