[][src]Trait sqlx::database::HasStatementCache

pub trait HasStatementCache { }

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

Implementors

impl HasStatementCache for Any[src]

impl HasStatementCache for MySql[src]

impl HasStatementCache for Postgres[src]

impl HasStatementCache for Sqlite[src]

Loading content...