You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
6
7
7
GoSQLX is a **production-ready**, **race-free**, high-performance SQL parsing SDK for Go that provides lexing, parsing, and AST generation with zero-copy optimizations. The library is designed for enterprise use with comprehensive object pooling for memory efficiency.
8
8
9
-
**Requirements**: Go 1.24+ (toolchain go1.25.0)
9
+
**Requirements**: Go 1.21+
10
10
11
11
**Production Status**: ✅ Validated for production deployment (v1.6.0+, current: v1.7.0)
12
12
- Thread-safe with zero race conditions (20,000+ concurrent operations tested)
0 commit comments