Info
Version: | 3.0.22 |
Author(s): | James Craig |
Last Update: | Monday, November 11, 2024 |
.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.