pub fn init_in_memory(schema_ddl: &str) -> Result<Connection>Expand description
Create an in-memory SQLite connection with PRAGMAs applied. Useful for testing.
pub fn init_in_memory(schema_ddl: &str) -> Result<Connection>Create an in-memory SQLite connection with PRAGMAs applied. Useful for testing.