Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-23 | Add query message | Martin Ashby | |
2023-09-23 | Got a working test connecting to postgres server and reading data. | Martin Ashby | |
Added a couple more message types to facilitate this. | |||
2023-09-23 | Add error_response | Martin Ashby | |
Start adding connection abstraction | |||
2023-09-23 | Add password_message | Martin Ashby | |
2023-09-22 | Initial: port of pgx to zig (so, pgz) | Martin Ashby | |
Starting with message structures, so far we have startup_message and authentication_ok |