Module sea_schema::sqlite::def

source ·
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