dylanblokhuis / kysely-bun-sqlite

Use Kysely with the Bun runtime
https://www.npmjs.com/package/kysely-bun-sqlite
MIT License
26 stars 6 forks source link

update kysely v0.27.2 #5

Closed asterikx closed 8 months ago

asterikx commented 8 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.

dylanblokhuis commented 8 months ago

Thank you :)