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 ´DELETE´ clause builder for SQL queries
  • Represents the creation of a INSERT with specified table and values.
  • Represents the creation of a SELECT with specified table and options.
  • Represents a ´UPDATE´ clause builder for SQL queries
  • 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.