Module sqlite
Source - Column
- Represents a table column with a name, data type, and options.
- CreateTable
- Represents the creation of a table with specified columns and options.
- Delete
- Represents a ´DELETE´ clause builder for SQL queries
- Insert
- Represents the creation of a INSERT with specified table and values.
- Join
- Represents a ´JOIN´ clause builder for SQL queries
- Select
- Represents the creation of a SELECT with specified table and options.
- Update
- Represents a ´UPDATE´ clause builder for SQL queries
- Where
- Represents a WHERE clause builder for SQL queries.
- ColumnOption
- Represents the possible options for a table column.
- ColumnType
- Represents the possible data types for a table column.
- JoinType
- Represents the possible join types.