Automatically add prefixes to your table names with [Kysely](https://kysely.dev/).
Type safe SQL query builder
Kysely adapter for Better Auth
Command-line tool for Kysely
`kysely-codegen` generates Kysely type definitions from your database. That's it.
Kysely dialect for PostgreSQL using the Postgres.js client
Ensures safe database operations for Kysely
Generate Kysely database types from a Prisma schema
Plugin for loglevel message prefixing
Replication-aware Kysely query execution
Auto serialize / deserialize plugin for kysely
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
Kysely Tauri dialect, using @tauri-apps/plugin-sql
Kysely module for NestJS
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 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
Kysely dialect for Neon
pgvector support for Node.js, Deno, and Bun (and TypeScript)
A Kysely adapter for @nestjs-cls/transactional
```ts const db = createInMemoryDatabase();