fix
This commit is contained in:
parent
c053340e5e
commit
a1715aa117
@ -1,11 +1,9 @@
|
||||
import { CrudHandler } from './CrudHandler';
|
||||
|
||||
export class KnexCrudHandler implements CrudHandler {
|
||||
private _table: string;
|
||||
private _columns: Array<string>;
|
||||
private _options: Record<string, unknown>;
|
||||
|
||||
public get table (): string { return this._table; }
|
||||
protected table: string;
|
||||
protected columns: Array<string>;
|
||||
protected options: Record<string, unknown>;
|
||||
|
||||
public constructor (
|
||||
table: string,
|
||||
|
Reference in New Issue
Block a user