Module gluesql::store[][src]

Enums

AlterTableError

Traits

AlterTable
Store

By implementing Store trait, you can run SELECT queries.

StoreMut

StoreMut takes role of mutation, related to INSERT, CREATE, DELETE, DROP and UPDATE.

Type Definitions

RowIter