Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

SQL Basics

Learn how to generate SQL commands using NLP2CMD.

Files

  • example.py - Basic SQL command generation
  • advanced.py - Advanced SQL operations and queries
  • llm_integration.py - LLM-powered SQL generation
  • workflows.py - SQL workflow examples

Running Examples

# Basic SQL generation
python example.py

# Advanced SQL operations
python advanced.py

# LLM integration examples
python llm_integration.py

# SQL workflows
python workflows.py

Features Demonstrated

  • Natural language to SQL conversion
  • Complex query generation
  • Integration with language models
  • Workflow-based SQL operations