Trait HasStatementCache

Source
pub trait HasStatementCache { }
Expand description

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

Implementations on Foreign Types§

Source§

impl HasStatementCache for Sqlite

Implementors§