Trait HasStatementCache

Source
pub trait HasStatementCache { }
Expand description

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

Implementors§

Source§

impl HasStatementCache for Any

Source§

impl HasStatementCache for MySql

Available on crate feature mysql only.
Source§

impl HasStatementCache for Postgres

Available on crate feature postgres only.
Source§

impl HasStatementCache for Sqlite

Available on crate feature sqlite only.