Kysely integration for @effect/sql
npm install @effect/sql-kysely@effect/sql-kyselyAn @effect/sql implementation for Kysely.
This integration is not fully Future Proof as it's dependant on some Kysely internals.
Meaning that if Kysely changes some of its internals (new Builders, Builders renaming, Builders removing, Builders splitting, etc), this integration might break.
So use it at your own risk or pin your Kysely version to be sure to not have any breaking changes.
| Kysely version | Effect SQL - Kysely support |
| --------------- | --------------------------- |
| 0.26.1 - 0.27.3 | ✅ |
- API Reference: View the full documentation.