K
Kysely
help
show generated sql
Message Not Public
Sign In & Join Server To View
Looking for more? Join the community!
K
Kysely
help
K
Kysely
help
Want results from more Discord servers?
Recommended PostsProperty does not exist on typeHello.
I'm trying to run the following query:
```javascript
result = await db.selectFrom("data")
Correct type definitions for function receiving builderI have something like this and I was wondering if it's the correct way to type my helper function.
Transform Postgres array into JS arrayHey, I was wondering if there's a helper or something to transform Postgres arrays `{one, two}` intoNoob Question: SQL INSERT that combines static values with a SELECT statementHey Kysely community! I'm just getting into Kysely and I have a question about how I could run the fIs there a way to execute an ExpressionBuilder?Using the expression hasDogNamed example from the docs
```
const eb = expressionBuilder<DB, 'personArgument of type 'string' is not assignable to parameter of type 'DynamicReferenceBuilder<never>'.The following statement, is giving me the error on the title
```ts
fn("round", [fn.min("ld.price_btcHow do Date columns works?I am learning Kysely from the website, at the getting started section I can see the following line:
converting result.insertedId to numberwhen using INT as PK i can safe convert `result.insertedId` from `bigInt` to `Int` using `Number(resAdvice on building plugin for working with parametersI am currently working on a driver for YDB https://github.com/Gaspero/kysely-ydb
YDB dialect expectMysql Query execution never endsHello, I have a question regarding my new integration of kysely in trpc. I wanted to port my prisma