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

Make kysely a peer dependency #7

Closed nikeee closed 8 months ago

nikeee commented 8 months ago

peerDependencies are installed by default, so this is not a breaking change. However, it helps with compat if the user has a different version of kysely installed.