Draft to ease PRAGMA usage (#273 and #265)

This commit is contained in:
gwenn
2019-02-03 09:17:37 +01:00
parent 2f965fec5a
commit 9c00dd01a2
2 changed files with 406 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ mod inner_connection;
pub mod limits;
#[cfg(feature = "load_extension")]
mod load_extension_guard;
mod pragma;
mod raw_statement;
mod row;
#[cfg(feature = "session")]