aboutsummaryrefslogtreecommitdiff
path: root/src/proto/command_complete.zig
AgeCommit message (Collapse)Author
2023-09-29Generify ErrorResponse to allow for NoticeResponse which shares it'sHEADmainMartin Ashby
structure. Add a very basic test for running an actual query
2023-09-28WIPMartin Ashby
2023-09-28Reduce allocations, the message takes ownership of the bytes read fromMartin Ashby
the stream and is responsible for deallocating, rather than copying them to their own storage.
2023-09-26Move protocol definitions into a subfolderMartin Ashby