Kysely dialect for Cloudflare Durable Object SQLite storage (ctx.storage.sql)
Kysely dialect for Cloudflare Durable Objects
Type safe SQL query builder
Kysely adapter for Better Auth
Command-line tool for Kysely
Build real-time applications powered by [Durable Objects](https://developers.cloudflare.com/durable-objects/), inspired by [PartyKit](https://www.partykit.io/).
`kysely-codegen` generates Kysely type definitions from your database. That's it.
Kysely dialect for PostgreSQL using the Postgres.js client
Generate Kysely database types from a Prisma schema
Replication-aware Kysely query execution
Smart Config Loader
Kysely dialect for Cloudflare D1
This library adds AWS RDS Data Api support for [kysely](https://github.com/koskimas/kysely). It has support for both MySQL and Postgres
Prisma extension for Kysely
Use kysely with `bun:sqlite`, for an example please see the [Simple Example](https://github.com/dylanblokhuis/kysely-bun-sqlite/tree/master/examples/simple) in this repository.
Kysely module for NestJS
Utilities for Cloudflare Durable Objects and Workers, including SQL migrations, sharding and retry utilities, and more.
Kysely dialect for libSQL
- PostgreSQL materialized view support (introspects materialized views alongside tables). - PostgreSQL generation through Postgres.js via `--dialect=postgres-js`. - MySQL dateStrings-aware typing for DATE/DATETIME/TIMESTAMP. - Added esm rather than just c
- Flexible: Leverage the strenghts of Cloudflare abstractions and let app developers choose right setup for their use case (configurable transports/storage) - Efficient: Let's Durable Objects hibernate when not possible to avoid CPU billing while still st
Kysely dialect for Neon
pgvector support for Node.js, Deno, and Bun (and TypeScript)
```ts const db = createInMemoryDatabase();
Kysely dialect for PlanetScale Serverless