-
Hello,
While testing my app in Jest I encountered error signaling that Pool was not destroyed successfully.
Digging down, I found that the problem is that `RuntimeDriver` doesn't run `PostgresDriv…
-
It would be very useful if there was a way to handle common boilerplate cases for this with Postgres. For example, there could be `doUpdateSetAll()` (`column_name = excluded. column_name` for all colu…
-
Hello everyone,
What would be the best way to use the Pool object together with the RDS Proxy, i.e. to be able to run multiple queries concurrently (e.g. `await Promise.all([ query1(), query2(), qu…
-
Using kysely through vercel/storage that currently does not supports transactions.
I think would be simple to disable transactions on migration, is that possible?
-
Hello! First of all thank you for a great library, I find it very intuitive and nice.
The only problem so far that I have with it is that for some reason raw SQL builder transforms my `camelCase` d…
-
Hello,
I have been trying the `kysely-dialect-tauri` module, but since there is no documentation, or examples in any form or shape that could help, I have been trying to understand how to use it, a…
-
the value of env is undefined, typecheck is there but It's not working
```ts
// ~/utils/db.server.ts
import { Kysely } from 'kysely';
import { PlanetScaleDialect } from 'kysely-planetscale';
impo…
-
is it possible to support https://github.com/capacitor-community/sqlite ?
-
### How can I convert a type with a library without using SQL expressions?
```ts
const result1 = await db
.selectFrom('users')
.select(() => sql`COUNT("users".id)::integer`.as('count'))
…
-
The adaptor code is a simple wrapper https://github.com/aidenwallis/kysely-d1/blob/ba48112890fd91035fb51b93dc1301e9f8e4329d/src/index.ts#L98C25-L108
```
const d1 = binding('DB');
const kysley = n…