Available on crate features sqlite and def only.

Structs

An SQLite column definition

Indexes the foreign keys

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'

Defines a table for SQLite

Enums

The default types for an SQLite dflt_value

Indexes the actions performed on the foreign keys of a table

Maps to the SQLite MATCH actions

A list of the offical SQLite types as outline at the official SQLite Docs