MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

backend/api/src/postgres-proxy/dto/query.dto.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { Type } from 'class-transformer';
11
12export class ExecuteQueryDto {
13 @IsString()
14 @IsNotEmpty()
15 sql: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected