TSQL.Parser
1.1.2
See the version list below for details.
dotnet add package TSQL.Parser --version 1.1.2
NuGet\Install-Package TSQL.Parser -Version 1.1.2
<PackageReference Include="TSQL.Parser" Version="1.1.2" />
paket add TSQL.Parser --version 1.1.2
#r "nuget: TSQL.Parser, 1.1.2"
// Install TSQL.Parser as a Cake Addin #addin nuget:?package=TSQL.Parser&version=1.1.2 // Install TSQL.Parser as a Cake Tool #tool nuget:?package=TSQL.Parser&version=1.1.2
tsql-parser
Library Written in C# For Parsing SQL Server T-SQL Scripts in .Net
Source Available on GitHub, TSQL.Parser.
Available on Nuget, TSQL.Parser.
Install-Package TSQL.Parser
Current Features
- Full T-SQL implementation.
- Streaming tokenizer for parsing scripts into tokens.
- Returns tokens of type characters, comments, identifiers, keywords, literals, variables, and operators.
- Handles both single line and multi line comments.
- Select statement parser.
Some Possible Current Uses
- Parsing comments.
- Find and replace.
- Script validation.
Future Additions
- More statement parsers built on top of tokenizer.
Code Samples
- See wiki for simple code example and output.
- See test cases in project.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (11)
Showing the top 5 NuGet packages that depend on TSQL.Parser:
Package | Downloads |
---|---|
DatabaseConverter.Core
Convert or translate database objects and data between SqlServer, MySql, Oracle and Postgres. |
|
EmbeddedSQLTester
Package Description |
|
DFEngine.Compilers.TSQL
Package Description |
|
Tree-Sql-Parser
Library for Parsing, Transforming and Translating SQL queries. See GitHub for details https://github.com/alexmacinnes/tree-sql-parser |
|
MockServiceBus
Mocking Azure Service Bus routing |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on TSQL.Parser:
Repository | Stars |
---|---|
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
|
|
OpenDBDiff/OpenDBDiff
A database comparison tool for Microsoft SQL Server 2005+ that reports schema differences and creates a synchronization script.
|
|
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
|
|
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
|
|
victor-wiki/DatabaseManager
A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite
|
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 222,946 | 10/24/2022 |
2.5.0 | 37,478 | 8/18/2022 |
2.4.0 | 4,666 | 7/15/2022 |
2.3.0 | 7,708 | 7/1/2022 |
2.2.2 | 1,059 | 6/27/2022 |
2.2.1 | 4,333 | 6/6/2022 |
2.2.0 | 882 | 6/5/2022 |
2.1.0 | 2,488 | 5/6/2022 |
2.0.1 | 10,193 | 3/22/2022 |
2.0.0 | 1,572 | 3/11/2022 |
1.5.3 | 169,473 | 8/23/2021 |
1.5.2 | 161,609 | 5/17/2020 |
1.5.1 | 1,380 | 4/25/2020 |
1.5.0 | 77,837 | 4/12/2020 |
1.4.0 | 15,733 | 3/28/2020 |
1.3.0 | 50,088 | 10/27/2019 |
1.2.8 | 17,129 | 8/9/2019 |
1.2.7 | 3,706 | 7/27/2019 |
1.2.6 | 50,081 | 6/9/2019 |
1.2.5 | 95,395 | 1/19/2019 |
1.2.4 | 15,129 | 11/16/2018 |
1.2.3 | 2,727 | 9/21/2018 |
1.2.2 | 1,465 | 9/16/2018 |
1.2.1 | 1,511 | 9/1/2018 |
1.2.0 | 1,341 | 9/1/2018 |
1.1.2 | 5,926 | 7/4/2018 |
1.1.1 | 14,869 | 1/13/2018 |
1.1.0 | 75,753 | 4/10/2017 |
1.0.0 | 2,500 | 4/1/2017 |
Bug fix for common case of empty parenthesis in ROW_NUMBER() usage.