Info
| Version: | 4.0.2 |
| Author(s): | James Craig |
| Last Update: | Friday, June 27, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/JaCraig/SQLParser |
| NuGet Url: | https://www.nuget.org/packages/SQLParser |
Install
Install-Package SQLParser
dotnet add package SQLParser
paket add SQLParser
SQLParser Download (Unzip the "nupkg" after downloading)
Dependencies
- Antlr4.Runtime.Standard(>= 4.9.1)
Tags
It allows you to parse SQL queries into an abstract syntax tree (AST) and perform various operations on the parsed queries.