Skip to main content

open_default_in_memory

Function open_default_in_memory 

Source
pub fn open_default_in_memory() -> Result<DefaultEngine, SqliteStoreError>
Expand description

Open an in-memory DefaultEngine.

Useful for tests and ephemeral engine contexts.

§Errors

Returns SqliteStoreError if the connection cannot be opened or migrations fail.