These are general TODO items whatever come to mind in the moment so I don't forget.
- Support window/analytic functions
- Add remaining common data types for type casting
- Add aggregate function support
- Add subquery support and derived tables
- Add
StatementAppender
to append individual statements together (e.g., multiple create statements, temp tables, etc.) - Add
AlterTableBuilder
- Add
DeleteBuilder
- Add
CaseStatementBuilder