npm kysely 0.18.0

latest releases: 0.28.7, 0.28.6, 0.28.5...
3 years ago

Breaking changes

UpdateQueryBuilder now takes four type arguments instead of three. The second argument is new and is the table that will be updated. The third one is a union of all the tables that can be referred to.

This only affects you if you've been using explicit types.

What's new

  • "update set from" queries are now possible because of the from method in UpdateQueryBuilder
  • Raw aliases are now possible when using the as method of a raw sql snippet.

Don't miss a new kysely release

NewReleases is sending notifications on new releases.