TSQL.Parser
2.6.0
.NET Standard 2.0
.NET Framework 4.5.2
dotnet add package TSQL.Parser --version 2.6.0
NuGet\Install-Package TSQL.Parser -Version 2.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TSQL.Parser" Version="2.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TSQL.Parser --version 2.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TSQL.Parser, 2.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TSQL.Parser as a Cake Addin
#addin nuget:?package=TSQL.Parser&version=2.6.0
// Install TSQL.Parser as a Cake Tool
#tool nuget:?package=TSQL.Parser&version=2.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Library for Parsing SQL Server T-SQL Scripts
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (10)
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.
|
|
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
|
|
etlbox/etlbox
A lightweight ETL (extract, transform, load) library and data integration toolbox for .NET.
|
|
victor-wiki/DatabaseManager
A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite
|
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 47,369 | 10/24/2022 |
2.5.0 | 29,778 | 8/18/2022 |
2.4.0 | 3,598 | 7/15/2022 |
2.3.0 | 5,344 | 7/1/2022 |
2.2.2 | 674 | 6/27/2022 |
2.2.1 | 1,943 | 6/6/2022 |
2.2.0 | 510 | 6/5/2022 |
2.1.0 | 1,986 | 5/6/2022 |
2.0.1 | 8,748 | 3/22/2022 |
2.0.0 | 1,116 | 3/11/2022 |
1.5.3 | 125,574 | 8/23/2021 |
1.5.2 | 120,571 | 5/17/2020 |
1.5.1 | 931 | 4/25/2020 |
1.5.0 | 63,366 | 4/12/2020 |
1.4.0 | 5,453 | 3/28/2020 |
1.3.0 | 41,862 | 10/27/2019 |
1.2.8 | 13,180 | 8/9/2019 |
1.2.7 | 1,110 | 7/27/2019 |
1.2.6 | 38,145 | 6/9/2019 |
1.2.5 | 87,577 | 1/19/2019 |
1.2.4 | 13,408 | 11/16/2018 |
1.2.3 | 2,114 | 9/21/2018 |
1.2.2 | 1,067 | 9/16/2018 |
1.2.1 | 1,003 | 9/1/2018 |
1.2.0 | 858 | 9/1/2018 |
1.1.2 | 5,399 | 7/4/2018 |
1.1.1 | 11,720 | 1/13/2018 |
1.1.0 | 64,652 | 4/10/2017 |
1.0.0 | 1,540 | 4/1/2017 |
Fixed parsing of function names that overlap with reserved words.