Module def

Module def 

Structs§

ColumnInfo
An SQLite column definition
ForeignKeysInfo
Indexes the foreign keys
IndexInfo
Maps the index and all columns in the index which is the result of queries PRAGMA index_list(table_name) and SELECT * FROM sqlite_master where name = 'index_name'
Schema
TableDef
Defines a table for SQLite

Enums§

DefaultType
The default types for an SQLite dflt_value
ForeignKeyAction
Indexes the actions performed on the foreign keys of a table
MatchAction
Maps to the SQLite MATCH actions

Functions§

parse_type