Releases: kysely-org/kysely
Releases Β· kysely-org/kysely
0.21.5
0.21.4
0.21.3
0.21.2
0.21.1
0.21.0
- Fix corner case bugs in
withSchema
- Make postgres cursor compatible with pg-cursor typings
Breaking changes
The internal "operation node tree" changed a little bit. This only affects you if you've implemented a custom plugin or are doing something funky with the node tree. The only change is the new node SchemableIdentifier
that's used by TableNode
and a small set of other nodes that can have a schema.
0.20.1
0.20.0
- Adds support for explaining queries. Thank you @igalklebanov
- Adds modifyFront and modifyEnd methods to the
CreateTableBuilder
. Thank you @igalklebanov - Fixes #125. Thank you @igalklebanov
- Fixes #129
0.19.12
0.19.11
- Adds query streaming. Thank you @elderapo β€οΈ
- Adds the replaceInto method. Thank you @igalklebanov β€οΈ