Skip to main content Link Search Menu Expand Document (external link)

Kysely.ts overview

Since v1.0.0


Exports Grouped by Category


constructors

make

Signature

declare const make: <DB>(config: KyselyConfig) => Kysely<DB>

Source

Since v1.0.0

types

”./patch.types.js” (namespace export)

Re-exports all named exports from the “./patch.types.js” module.

Signature

export * from "./patch.types.js"

Source

Since v1.0.0