TSQL.Parser 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package TSQL.Parser --version 1.0.0
NuGet\Install-Package TSQL.Parser -Version 1.0.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="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TSQL.Parser --version 1.0.0
#r "nuget: TSQL.Parser, 1.0.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=1.0.0

// Install TSQL.Parser as a Cake Tool
#tool nuget:?package=TSQL.Parser&version=1.0.0

Library for Parsing SQL Server T-SQL Scripts

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (12)

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 (4)

Showing the top 4 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.
victor-wiki/DatabaseManager
A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite
Version Downloads Last updated
2.6.0 124,471 10/24/2022
2.5.0 34,437 8/18/2022
2.4.0 4,512 7/15/2022
2.3.0 6,914 7/1/2022
2.2.2 1,005 6/27/2022
2.2.1 3,096 6/6/2022
2.2.0 815 6/5/2022
2.1.0 2,387 5/6/2022
2.0.1 9,554 3/22/2022
2.0.0 1,498 3/11/2022
1.5.3 147,515 8/23/2021
1.5.2 147,471 5/17/2020
1.5.1 1,319 4/25/2020
1.5.0 71,147 4/12/2020
1.4.0 9,227 3/28/2020
1.3.0 47,833 10/27/2019
1.2.8 15,443 8/9/2019
1.2.7 1,659 7/27/2019
1.2.6 43,422 6/9/2019
1.2.5 91,511 1/19/2019
1.2.4 14,430 11/16/2018
1.2.3 2,573 9/21/2018
1.2.2 1,406 9/16/2018
1.2.1 1,444 9/1/2018
1.2.0 1,259 9/1/2018
1.1.2 5,856 7/4/2018
1.1.1 13,432 1/13/2018
1.1.0 72,562 4/10/2017
1.0.0 2,101 4/1/2017

Initial release with token parsing functionality.