Initial commit - Event Planner application
This commit is contained in:
4
node_modules/kysely/dist/esm/dialect/postgres/postgres-query-compiler.d.ts
generated
vendored
Normal file
4
node_modules/kysely/dist/esm/dialect/postgres/postgres-query-compiler.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { DefaultQueryCompiler } from '../../query-compiler/default-query-compiler.js';
|
||||
export declare class PostgresQueryCompiler extends DefaultQueryCompiler {
|
||||
protected sanitizeIdentifier(identifier: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user