Module derive_sql::proxy
source · Expand description
Proxy to manipulate SQL queries
Modules§
- SQLite connection - a trait is defined to be implemented by SQLite connection. This allow functionalities to be added to the connection directly. Two implementations of the trait are provided:
sqlite::Connprovide a wrapper around the rawrusqlite::Conn;sqlite::Logaugments a connection by log the requests.
Structs§
- Implementation of a wrapper that output the statement to as an
infolevel log before running the query using the providing connection.