jaredzhou/moonpg/value does not have a README file
| Variant | PG types |
|---|---|
| Null | SQL NULL |
| Bool | bool (16) |
| Int | int2 (21), int4 (23) |
| Int64 | int8 (20) |
| Float | float4 (700), float8 (701) |
| String | text, varchar, bpchar, name, uuid, … |
| Bytes | bytea (17) |
| Timestamp(Int64) | timestamp (1114), timestamptz (1184) |
| Json(Json) | json (114), jsonb (3802) |
A pure MoonBit PostgreSQL client, wire protocol from scratch.
Dependencies