We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325e6f1 commit bd3059cCopy full SHA for bd3059c
src/query-builder/base.ts
@@ -2,7 +2,7 @@ import { QueryResult, SqlExecutor } from "../types";
2
import { SQLKITException } from "../exceptions";
3
4
export abstract class BaseQueryBuilder<T> {
5
- protected constructor(
+ constructor(
6
protected readonly tableName: string,
7
protected readonly executor?: SqlExecutor<T>,
8
) {}
0 commit comments