UNPKG

database-mcp

Version:

Model Context Protocol server for multi-database access (PostgreSQL, MySQL, SQLite, Snowflake) with comprehensive introspection and analysis tools

12 lines 308 B
/** * Validation Utilities */ /** * Validate SQL query for security */ export declare const validateQuery: (query: string) => void; /** * Validate SQL identifier (table name, column name, etc.) */ export declare const validateIdentifier: (name: string) => void; //# sourceMappingURL=validation.d.ts.map