https://github.com/evan-choi/jsqlparser.net
JSqlParser.NET parses an SQL statement and translate it into a hierarchy of .NET classes. The generated hierarchy can be navigated using the Visitor Pattern
https://github.com/evan-choi/jsqlparser.net
dotnet ikvm jsqlparser parser sql
Last synced: 6 months ago
JSON representation
JSqlParser.NET parses an SQL statement and translate it into a hierarchy of .NET classes. The generated hierarchy can be navigated using the Visitor Pattern
- Host: GitHub
- URL: https://github.com/evan-choi/jsqlparser.net
- Owner: evan-choi
- Created: 2020-09-07T08:57:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T10:04:59.000Z (over 5 years ago)
- Last Synced: 2025-06-11T14:00:06.406Z (7 months ago)
- Topics: dotnet, ikvm, jsqlparser, parser, sql
- Language: PowerShell
- Homepage:
- Size: 3.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSqlParser.NET
[JSqlParser](https://github.com/JSQLParser/JSqlParser)
[IKVM .NET Core](https://github.com/ams-ts-ikvm/ikvm/tree/net_core_compat)