//! Tests used to stabilise code that is or will be generated by procedural macros.
modinsert;modoutput;modquery;modquery_lazy;modtable;modupdate;usesuper::*;/// Represents a connection that will be never created
/// TODO will be changed conditionally when the `watcher` feature will be added
#[allow(dead_code)]typeNeverConnection=crate::Connection<TestDriver>;