c6de13ef7a
Standalone Nim client (): - Self-contained: no dependency on BaraDB server code - Inlined wire protocol with full serialization (int32/64, float64, string, bytes, array, object) - Async client (connect/close/query/exec/ping) - Sync wrapper (newSyncClient) - Fluent QueryBuilder (select/from/where/join/groupBy/having/orderBy/limit) - Nimble package file for ecosystem (nimble install baradb) - 16 passing tests covering: QueryBuilder (6), Config (3), Wire protocol (5), Client (2) Also has Python + JS clients with identical API