-
Hi, and thanks for maintaining this wonderful library!
I encountered a problem trying to set `updatedAt` inside `onConflict`.
```ts
interface ItemTable {
uniqueKey: string;
value: number;…
-
It seems something with OpenTelemetry's mysql2 instrumentation conflicts with Kysely. When I attempt to execute a query, I get an error of `TypeError: format is not a function` as well as some warning…
-
```
error: duplicate key value violates unique constraint "availability_pkey"
at /home/felix/code/prima/node_modules/pg/lib/client.js:526:17
at process.processTicksAndRejections (node:inter…
-
I'm attempting to use the latest Kysely (`0.27.4`) with the latest MySQL2 (`3.10.3`) and I'm getting a type mismatch when assigning `createPool()` to the `pool` property.
Here is my simple code (c…
-
### Package
lucia
### Description
Fastify guide?
Seen a lot of other frameworks, and Fastify, as it is one of the most popular alternatives of express should have a guide.
-
Current: `kysely seed run` exits with exit code 0 when the seed operation encounters an error (such as unique constraint violation).
Expected: `kysely seed run` exits with exit code 1 when the seed…
-
Hi. First, thanks for creating kysely, the type inference has been awesome!
---
There's this issue I've been facing when using both of these at the same time:
- a supabase hosted project
- k…
-
### What version of OpenTelemetry are you using?
`@opentelemetry/instrumentation-pg: 0.45.1`
### What version of Node are you using?
`v20.15.1`
### What did you do?
Used `@opentelemetry/i…
-
On initialization, db.schema returns undefined
Here is my code:
Database.ts
```
import { Database } from './types'; // this is the Database interface we defined earlier
import { createPool } fr…
-
We have many enums columns for which we already have a type defined in our code base.
We are fine with a database column of string type but we would like to be able to force the enum type on our ge…