-
Since Kysely doesn't touch the data types returned by the DB in any way, a common problem is getting a "correct" JS type for things like MySQL "booleans" (`tinyint(1)`) and Postgres bigints.
By de…
-
Anybody already written a MySQL driver to work with Kysely in Deno ? Or is that even needed anymore ? Sry my programming skills are bad and I can't write it for myself :)
-
**What is the bug?**
I have logs with unicode problems in the replicator backfill
**How can it be reproduced? (optional)**
Fresh start of a new replicator instance
**Additional context (option…
-
Signalement de Benjamin: ça fait un bon moment qu'on a ce genre d'erreur en prod
```
code: "23502"
column: "email"
constraint: undefined
dataType: undefined
detail: "Failing row contains (d8c8826e-f8…
-
It would be nice if it worked with both [@sqlite.org/sqlite-wasm](https://www.npmjs.com/package/@sqlite.org/sqlite-wasm) in the browser and [better-sqlite3](https://www.npmjs.com/package/better-sqlite…
-
Hello,
I just found out about this amazing tool, I wanted to double check if it is possible somehow to pass a client to the query builder, so instead of having something like:
```
const dialect =…
-
I have a kysely transaction where I update 2 rows
In the case of a thrown error from the transaction, the updates are not rolled back
Error:
PostgresError: column "address" of relation "txs" …
-
While doing a simple select on a view, Kysely seems to infer the type of one of the returned columns as `productCount: string | null;`
kysely-codegen generated the type of this column as: `productC…
-
Thank you for the fantastic library!
I'm been experimenting with using kysely instead of [Node PG](https://node-postgres.com/) directly. So far, I've found it to be an easy refactor.
I am using…
-
## Bug Description
I have two apps that are almost exactly the same (same infra, same package versions, same db config code). They are connecting to two different CloudSQL Postgres instances but sa…
djMax updated
8 months ago