Struct schemamama_rusqlite::SqliteAdapter[][src]

pub struct SqliteAdapter { /* fields omitted */ }
Expand description

An adapter that allows its migrations to act upon PostgreSQL connection transactions.

Implementations

Create a new migrator tied to a SQLite connection.

Create the tables Schemamama requires to keep track of schema state. If the tables already exist, this function has no operation.

Trait Implementations

Panics if setup_schema hasn’t previously been called or if the query otherwise fails.

Panics if setup_schema hasn’t previously been called or if the query otherwise fails.

Panics if setup_schema hasn’t previously been called or if the migration otherwise fails.

Panics if setup_schema hasn’t previously been called or if the migration otherwise fails.

An alias to a specific trait that extends Migration. Typically, the aforementioned trait will declare functions that the adapter will use to migrate upwards and downwards. Read more

An adapter-specific error type that can be returned from any of this trait’s methods.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.