Module operations

Module operations 

Source
Expand description

This module contains operational SQL functions that provides you to execute statements like read/write/update/delete, begin/commit transactions, etc.

Constants§

SQLITE_NULL
An alias to imitate null value for some of the sqlite3 operations

Traits§

ColumnCapabilities
Defines the helper functions that work on the columns of the data rows received.
Operations
Defines SQL functions.

Type Aliases§

SqliteNull
Null type alias that equals to ()