github kysely-org/kysely 0.18.0

latest releases: 0.27.3, 0.27.2, 0.27.1...
2 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.