aboutsummaryrefslogtreecommitdiff
path: root/src/proto/row_description.zig
AgeCommit message (Collapse)Author
2023-09-27Add a tagged union for all backend messages.Martin Ashby
Move read_message to proto.zig and make it return the tagged union rather than expecting a message type.
2023-09-26Move protocol definitions into a subfolderMartin Ashby