Skip to Content
Api ReferenceInterfacesQueryCreatorProps

Last Updated: 3/10/2026


kysely

  • QueryCreatorProps

Interface QueryCreatorProps

interface QueryCreatorProps {
    executor: QueryExecutor;
    withNode?: WithNode;
}

Index

Properties

executor withNode?

Properties

Readonlyexecutor

executor: QueryExecutor

Optional ReadonlywithNode

withNode?: WithNode

Settings

Member Visibility

On This Page

Properties

executorwithNode