Skip to content

Instantly share code, notes, and snippets.

View uncomplexity's full-sized avatar

uncomplexity

  • Uncomplexities, Inc.
View GitHub Profile
import {
ColumnType,
type AliasedExpression,
type AnyColumnWithTable,
type Expression,
type ExpressionBuilder,
type SelectQueryBuilder,
} from "kysely";
/* eslint-disable @typescript-eslint/no-empty-object-type */