Module lumus_sql_builder::sqlite

source ·

Structs§

  • Represents a table column with a name, data type, and options.
  • Represents the creation of a table with specified columns and options.
  • Represents a WHERE clause builder for SQL queries.

Enums§

  • Represents the possible options for a table column.
  • Represents the possible data types for a table column.