-
Hi All,
I am trying to incorporate Kysely into a larger Node.js application to write data to a MSSQL database. I create a instance of Kysely exactly like in the doc as shown below and execute inser…
-
I'm using Postgres and the `pg` driver, and I want to map `numeric` to complex objects using [bignumber.js](https://github.com/MikeMcl/bignumber.js):
```ts
// Map numeric to BigNumber.
PG.types.s…
-
-
Hi,
I am new to Kysely and trying to insert approx 1.000.000 records which originates from a CSV file.
The file is processed fine but when adding DB insert I get out of memory.
How can this be …
-
**Env:**
* Win10
* Node v20.14.0
* kysely: 0.27.3
* kysely-postgres-js: 2.0.0,
* postgres: 3.4.4
---
**Reproduction steps:**
1. Start the PostgreSQL service.
2. Start the application.
…
-
Hi there,
Thanks for the time and effort on this library, really enjoy working with it on my current project!
I do however have a question. I notice the `Date`'s retrieved by using `jsonArrayFro…
-
Add `cast` function that produces a `cast(expr as datatype)` expression. `cast` is not strictly a function so I think it should live under `ExpressionBuilder`.
The signature would be something like…
-
After introduction of https://github.com/sidorares/node-mysql2/pull/2043, our application seems to be getting the following error (seemingly at random):
```
"stack": "Error: read ECONNRESET\n at …
-
This originally came up in a Sveltekit project but reduced to just Vite, in a Vite project (ESM), running a migration script in Linux results in
```
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown…
-
**What is the bug?**
Backfill casts flow stops the sync, and it will be stuck forever without processing any event. We have removed foreign key constraints.
**How can it be reproduced? (optional)…