Module mysql

Source

Structsยง

MySqlExecutorFactory
MySqlTemplateFactory ๐Ÿ”’
Factory for building sql templates.
MySqlTemplateSet
Templates for the given table name.
MySqlTxnClient
RangeTemplate ๐Ÿ”’
Templates for range request.

Enumsยง

RangeTemplateType ๐Ÿ”’
Type of range template.

Constantsยง

EMPTY ๐Ÿ”’
MYSQL_STORE_NAME ๐Ÿ”’

Functionsยง

is_prefix_range ๐Ÿ”’
key_value_from_row ๐Ÿ”’
mysql_generate_in_placeholders ๐Ÿ”’
Generate in placeholders for MySQL.
range_template ๐Ÿ”’
Determine the template type for range request.

Type Aliasesยง

MySqlClient ๐Ÿ”’
MySqlStore
A MySQL-backed key-value store. It uses [sqlx::Pool] as the connection pool for RdsStore.