- Added PostgreSQLPromptGenerator for generating prompts optimized for PostgreSQL features. - Introduced SQLitePromptGenerator to handle SQLite-specific optimizations and features. - Created SQLServerPromptGenerator for Microsoft SQL Server, including detailed analysis and optimization requirements. - Developed a template system for rendering SQL-to-natural language and natural-to-SQL prompts. - Established core tools for SQL analysis, optimization, and comparison, including complexity assessment and comment stripping. - Integrated a team application to manage SQL optimization tasks and agent interactions. - Added utility functions for handling SQL files and ensuring valid SQL input.
22 lines
152 B
Text
22 lines
152 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.so
|
|
*.egg-info/
|
|
.venv/
|
|
.env
|
|
.env.*
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.vscode/
|
|
|
|
# Project artifacts
|
|
tmp/
|