{% extends 'base.html' %} {% block title %}HyperXQL - Natural Language to SQL{% endblock %} {% block content %}
"Create a products table with id, name, price, and category"
"Show all customers who made a purchase last week"
"Add a new product named 'Wireless Headphones' with price 99.99"
"Find all orders with customer name and product details"
Leveraging advanced language models from Together AI and OpenAI.
Compatible with PostgreSQL, MySQL, and SQLite databases.
Creates optimized and correct SQL for various operations.
Review generated SQL before executing to maintain database integrity.