Commit 2dcf72e
committed
speed up assigning transaction to a kysely
It's a very common thing to have a function that takes a Kysely as
an argument and then to pass in a Transaction instance.
Before this commit it was extremely slow. Like hundreds of thousands
of type instantations slow, even for a trivial database.1 parent 6efcb44 commit 2dcf72e
3 files changed
Lines changed: 344 additions & 178 deletions
0 commit comments