Get unique schema name for test isolation
(&self)
| 144 | |
| 145 | /// Get unique schema name for test isolation |
| 146 | pub fn schema_name(&self) -> String { |
| 147 | format!("test_{}", fastrand::u64(..)) |
| 148 | } |
| 149 | |
| 150 | /// Get the database path |
| 151 | pub fn db_path(&self) -> &PathBuf { |
no outgoing calls
no test coverage detected