parsesql
a high performance SQL file parser
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:27 |
Tags
Authors
- ringabout
Installation
nimble install parsesql
choosenim install parsesql
git clone https://github.com/nim-lang/parsesql
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| parsesql | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 2.0.0 | No |
Source
| Repository | https://github.com/nim-lang/parsesql |
|---|---|
| Homepage | https://github.com/nim-lang/parsesql |
| Registry Source | nimble_official |
README
parsesql
The parsesql module implements a high performance SQL file parser. It parses PostgreSQL syntax and the SQL ANSI standard.