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§
- Column
Capabilities - Defines the helper functions that work on the columns of the data rows received.
- Operations
- Defines SQL functions.
Type Aliases§
- Sqlite
Null - Null type alias that equals to ()