Closed asterikx closed 9 months ago
This PR implements the recently adapted DialectAdapterBase interface of kysely. It also changes supportsReturning to return true as bun:sqlite supports the returning clause.
DialectAdapterBase
supportsReturning
true
bun:sqlite
Thank you :)
This PR implements the recently adapted
DialectAdapterBase
interface of kysely. It also changessupportsReturning
to returntrue
asbun:sqlite
supports the returning clause.