0.12.0
- Added support for temporary tables
- Added support for insert into select from queries
Breaking changes
- Renamed the
subQuery
method to selectFrom. - Created separate query builders for select, insert, update and delete queries. This is only a breaking change if you have used the
QueryBuilder
type explicitly.