Struct mentat::store::Store [] [src]

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
[src]

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
[src]

Intended for use from tests.

impl Store
[src]

Trait Implementations

impl Queryable for Store
[src]

impl Pullable for Store
[src]

impl Syncable for Store
[src]

Auto Trait Implementations

impl Send for Store

impl !Sync for Store