Struct mentat_ffi::Store []

pub struct Store { /* fields omitted */ }

A convenience wrapper around a single SQLite connection and a Conn. This is suitable for applications that don't require complex connection management.

Methods

impl Store

Open a store at the supplied path, ensuring that it includes the bootstrap schema.

Returns a totally blank store with no bootstrap schema. Use open instead.

impl Store

Intended for use from tests.

impl Store

Trait Implementations

impl Syncable for Store

impl Pullable for Store

impl Queryable for Store

Auto Trait Implementations

impl Send for Store

impl !Sync for Store