SQLite CREATE Statement Parser for .Net is a library for parsing and manipulating SQLite CREATE TABLE and CREATE INDEX statements and simulate ALTER TABLE support for SQLite.
Info
| Version: | 1.1.51-prerelease |
| Author(s): | Outercurve Foundation |
| Last Update: | Wednesday, January 22, 2014 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ericschultz/SQLiteParser |
| NuGet Url: | https://www.nuget.org/packages/Outercurve.SQLiteParser |
Install
Install-Package Outercurve.SQLiteParser
dotnet add package Outercurve.SQLiteParser
paket add Outercurve.SQLiteParser
Outercurve.SQLiteParser Download (Unzip the "nupkg" after downloading)
Dependencies
- Antlr4(4.1.0003)
- Antlr4.Runtime(4.1.0003)