sqlx_core::database

Trait HasStatementCache

source
pub trait HasStatementCache { }
Expand description

A Database that maintains a client-side cache of prepared statements.

Implementors§