K
Kysely
help
Noob Question: SQL INSERT that combines static values with a SELECT statement
Looking for more? Join the community!
K
Kysely
help
K
Kysely
help
Recommended Posts
Is 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:
Advice 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 How to do join with raw sql snippets?How can I do this join with kysely? `left join videos on videos.id = CAST(highlights_content.item ASMore elegant way to handle nested relations?Can someone come up with more elegant solution for handling relations than this? I've modified the eJoin DATE_TRUNCHey, sorry if this is already answered somewhere. I couldn't find anything 😦
I want to translate Why does kysely-codegen generate the schema in node_modules?Like probably many people here, I use https://github.com/RobinBlomberg/kysely-codegen .
By default, Any plan to complete the Postgres dialect?Hey there,
Is there any plan (or a tracking issue) to complete the Postgres dialect with its specifiConvert date to timestamptzHello. I'm trying to convert the following query from TypeORM querybuilder to Kysely:
itemReposiShorthand way to pass the entire update object inside of doUpdateSet when updating multiple values.Greetings!
Thanks for developing Kysely, some of the stuff that it does actually blows my mind. I o