Modulesยง
Structsยง
- RdsStore
- Rds backed store for metsrv
Enumsยง
Constantsยง
- RDS_
STORE_ ๐OP_ BATCH_ DELETE - RDS_
STORE_ ๐OP_ BATCH_ GET - RDS_
STORE_ ๐OP_ BATCH_ PUT - RDS_
STORE_ ๐OP_ RANGE_ DELETE - RDS_
STORE_ ๐OP_ RANGE_ QUERY - RDS_
STORE_ ๐TXN_ RETRY_ COUNT
Traitsยง
- Executor
- Query executor for rds. It can execute queries or generate a transaction executor.
- Executor
Factory - Factory for creating default and transaction query executors.
- KvQuery
Executor - Transaction
- Transaction query executor for rds. It can execute queries in transaction or commit the transaction.
Functionsยง
- check_
txn_ ๐ops - Checks if the transaction operations are the same type.
Type Aliasesยง
- MySql
Store - A MySQL-backed key-value store.
It uses [sqlx::Pool
] as the connection pool for RdsStore. - PgStore
- A PostgreSQL-backed key-value store for metasrv. It uses [deadpool_postgres::Pool] as the connection pool for RdsStore.