Skip to main content

begin_graph_write

Function begin_graph_write 

Source
pub fn begin_graph_write(
    backend: Arc<dyn PersistentStorageBackend>,
) -> GraphStoreResult<Box<dyn GraphWriteTransaction>>
Expand description

Open a write transaction or a nested savepoint on the exact storage session.