move std/parsesql to nimble packages (#25156)

pending https://github.com/nim-lang/packages/pull/3117

ref https://github.com/nim-lang/parsesql

(cherry picked from commit f90951cc61)
This commit is contained in:
ringabout
2025-09-11 14:47:02 +08:00
committed by narimiran
parent bd22f6e9fd
commit 8ea5ba7000
2 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ errors.
- With `-d:nimPreviewCStringComparisons`, comparsions (`<`, `>`, `<=`, `>=`) between cstrings switch from reference semantics to value semantics like `==` and `!=`.
- `std/parsesql` has been moved to a nimble package, use `nimble` or `atlas` to install it.
## Standard library additions and changes
[//]: # "Additions:"

View File

@@ -12,6 +12,8 @@
##
## Unstable API.
{.deprecated: "use `nimble install parsesql` and import `pkg/parsesql` instead".}
import std/[strutils, lexbase]
import std/private/decode_helpers