- Adds if-exist in drop table
- Add if-not-exist option to create-table
- Self-host ClojureScript port
- Add package.json for npm publishing
- Allows where clause to be used as an index predicate and update condition during upsert
- Breaking change (Revised implementation)
- over
- Added the following
- window
- Added the following
- alter-table
- add-column
- drop-column
- Added the following helpers and corresponding clauses
- partition by
- over (window function)
- create view
- create table
- drop table
- Added the following SQL function calls
- not
- primary-key
- foreign-key
- unique
- references
- constraint
- default
- nextval
- check
- Added upsert & returning clauses