Name Description Size
config_log.rs This file contains unit tests for `rusqlite::trace::config_log`. This function affects SQLite process-wide and so is not safe to run as a normal #[test] in the library. 1087
deny_single_threaded_sqlite_config.rs Ensure we reject connections when SQLite is in single-threaded mode, as it would violate safety if multiple Rust threads tried to use connections. 738
vtab.rs Ensure Virtual tables can be declared outside `rusqlite` crate. 2569