GSP and SQLFlow Documentation¶
Welcome to the GSP (Generic SQL Parser) documentation. This site provides comprehensive information about GSP's features, capabilities, and usage.
Documentation Sections¶
- Product Introduction - Overview of GSP and its capabilities
- User Tutorials - Step-by-step guides to help you get started with GSP
- SQL Syntax Support - Detailed information about supported SQL syntax for different databases
- SQL Parsing Analysis - Analysis of SQL parsing effects and capabilities
- Java API Documentation - Complete GSP Java API documentation
Quick Start¶
To get started with the GSP documentation locally:
-
Clone the repository:
-
Create and activate a virtual environment:
-
Install dependencies:
-
Start the documentation server:
-
Open your browser to http://127.0.0.1:8000/ to view the documentation.
About GSP¶
GSP (Generic SQL Parser) is a powerful SQL parsing library that supports multiple database dialects, providing accurate SQL parsing, analysis, and transformation capabilities.