Struct barrel::backend::Sqlite[][src]

pub struct Sqlite;
Expand description

We call this struct Sqlite instead of Sqlite3 because we hope not to have to break the API further down the road

Trait Implementations

Create a multi-column index

Drop a multi-column index

Create a new table with a name

Create a new table with a name, only if it doesn’t exist

Drop a table with a name

Drop a table with a name, only if it exists

Rename a table from to

Modify a table in some other way

Create a new column with a type

Create a constraint

Drop an existing column from the table

Rename an existing column

Add a foreign key

Create a multi-column index

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.