Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, kysely
Sign in

kysely

it ops db kysely cte

kysely/site/docs/recipes/0010-extending-kysely.md at a43b270cb6c88208d1d3f79b958e774deebe63f2 · kysely-org/kysely

A type-safe typescript SQL query builder. Contribute to kysely-org/kysely development by creating an account on GitHub.
wono | discuss |
it ops db kysely cte

vaylaopas/src/server/db/db.ts at 3a6c28047e5d23c5196344a6beb5c44c5f51c38f · arttuka/vaylaopas

Contribute to arttuka/vaylaopas development by creating an account on GitHub.
wono | discuss |
it ops db kysely

How to write "SELECT 1 FROM tablename" - Kysely

I want to create subquery for exists but don't know type select(1)...? should I use val or sql.lit or other way...? Thanks in advance https://kyse.link/?p=s&i=rF7gNapHXGQFdbmhVHJx
wono | discuss |
it ops db kysely

Merge temp table as source table · Issue #959 · kysely-org/kysely

Is there a way to use temp table as the source table in merge statement something like this? await db.mergeInto('mainTable').using('tempData', 'mainTable.itemCode', 'tempData.itemCode').whenMatched()...... SQL Statement MERGE INTO MainTa...
wono | discuss |
it ops db kysely merge

JSON utilities for `selectNoFrom` · Issue #1294 · kysely-org/kysely

Discussed in https://discord.com/channels/890118421587578920/1315878442281209907/1315878442281209907 Currently, all the json utilities expect a column. While it is possible to use these utilities via CTEs: const exampleJson = { foo: { ba...
wono | discuss |
it dev nextjs kysely error

kysely/example/src/app.ts at 61cc5c21e1d47e06d576d939299bc3f32214251a · kysely-org/kysely

A type-safe typescript SQL query builder. Contribute to kysely-org/kysely development by creating an account on GitHub.
wono | discuss |
it ops kysely menu

Utilizing Complex Queries - Mastering Kysely: The Essential Guide

Kysely enables powerful complex queries through its fluent API. You can construct sophisticated queries using methods like leftJoin, innerJoin, where, and ...
wono | discuss |
it dev kysely rawsql

[Feature]: Allow executing raw queries with a more idiomatic way · Issue #455 · kysely-org/kysely

Currently executing raw queries has the following structure sql`SELECT 1 AS result`.execute(kysely) It would be nice to have it the other way around as well as people naturally tend to think with the current instance first. kysely.execut...
wono | discuss |
it dev kysely rawquery

Splitting query building and execution | Kysely

Kysely is primarily a type-safe sql query builder.
wono | discuss |
it dev nextjs kysely

How to configurate Next.js and Kysely

Configurate Next.js and Kysely easily for your project
wono | discuss |
it qa kysely drizzle

kysely or drizzle

wono | discuss |
it dev kysely

Is there a way to flatten many to many joins when using Kysely?

wono | discuss |
it dev kysely rawquery

Raw SQL | Kysely

You can execute raw SQL strings and pass raw SQL snippets to pretty much any method or function
wono | discuss |
it dev kysely nextjs

PlanetScale + Kysely 데이터베이스 연동 (Next.js)

Next.js 프로젝트 스택 검토 (2023) 대로 홈페이지를 다시 만들기 위한 두 번째 단계로 Kysely를 사용하여 PlanetScale 데이터베이스를 연동했다. PlanetScale 데이터베이스 셋업 https://planetscale.com/docs/tutorials/planetscale-quick-start-guide를 따라하면 정말 쉽게 새 데이터베이스를 만들 수 있다. 데이터베이스 생성이 끝나면 대시보드에서 DB 상태를 비롯해 각종 정보를 볼 수 있다. 우측의 Connect 버튼을 누르면 username 등의 DB 접속 정보를 확인할 수 있는데, Connect with에서 MySQL CLI를 선택하면 나오는 명령을 참고하여 일반적인 DB 클라이언트에서 접속 가능하다. 다음은 MySQLWork..
wono | discuss |
it dev kysely

[kysely] 1. 어떻게 처음 발견하게 되었는가 - 1?

예전에 토이 프로젝트에서 nestjs를 사용하면서 mysql DB와 연결하기 위해 TypeORM을 사용했던 적이 있었다. 당시에는 DB를 먼저 설계하고 그 다음 DB를 서버와 연동했는데, 아래의 nestjs의 공식 문서에 TypeORM을 활용하는 방법이 친절하게 설명되어 있어서 이를 사용했었다. Database | NestJS - A progressive Node.js framework Documentation | NestJS - A progressive Node.js framework Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is b..
wono | discuss |
it dev kysely

Getting started | Kysely

Prerequisites
wono | discuss |
it dev kysely nextjs

[Next.js] Vercel Postgres 사용하기

토끼리
wono | discuss |
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms