master
md 14 lines 452 Bytes
Rendered Raw
1 # IBM i (AS/400) protocol helpers
2
3 This package implements the low-level ODBC helper used by the AS/400 collector.
4
5 ## Files
6
7 - `client.go` — production client (requires CGO/ODBC).
8 - `client_stub.go` — build stub for non-CGO platforms.
9
10 ## Usage
11
12 The collector imports this package to issue SQL statements and handle error
13 classification. No standalone tooling ships from this directory; the code is
14 intended for internal use by the AS/400 module.