[−][src]Module sql_support::conn_ext
Structs
Conn | |
UncheckedTransaction | rusqlite, in an attempt to save us from ourselves, needs a mutable ref to a connection to start a transaction. That is a bit of a PITA in some cases, so we offer this as an alternative - but the responsibility of ensuring there are no concurrent transactions is on our head. |
Traits
ConnExt | This trait exists so that we can use these helpers on |
Functions
query_rows_and_then_named |