aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2023-09-27Move conn and config to their own folders analogous to pgxMartin Ashby
2023-09-26Move protocol definitions into a subfolderMartin Ashby
2023-09-25add copy in responseMartin Ashby
2023-09-24Add command complete messageMartin Ashby
2023-09-24Add RowDescription structureMartin Ashby
2023-09-24Add DataRow typeMartin Ashby
2023-09-23Add query messageMartin Ashby
2023-09-23Got a working test connecting to postgres server and reading data.Martin Ashby
2023-09-23Add error_responseMartin Ashby
2023-09-23Add password_messageMartin Ashby
2023-09-22Initial: port of pgx to zig (so, pgz)Martin Ashby