Info
| Version: | 4.1.3 |
| Author(s): | James Craig |
| Last Update: | Tuesday, May 12, 2026 |
| .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.