index
:
pgz
main
Pure Zig postgresql client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-09-28
WIP
Martin Ashby
2023-09-28
Work on ResultIterator
Martin Ashby
2023-09-28
Reduce allocations, the message takes ownership of the bytes read from
Martin Ashby
2023-09-28
More work on conn.zig
Martin Ashby
2023-09-28
Start adding Conn#receiveMessage
Martin Ashby
2023-09-27
Add a tagged union for all backend messages.
Martin Ashby
2023-09-27
Add cleartext password handling.
Martin Ashby
2023-09-27
Move conn and config to their own folders analogous to pgx
Martin Ashby
2023-09-26
Generify copy response and add CopyOutResponse and CopyBothResponse
Martin Ashby
2023-09-26
Move protocol definitions into a subfolder
Martin Ashby
2023-09-25
add copy in response
Martin Ashby
2023-09-24
Add command complete message
Martin Ashby
2023-09-24
Add RowDescription structure
Martin Ashby
2023-09-24
Add DataRow type
Martin Ashby
2023-09-23
Add query message
Martin Ashby
2023-09-23
Got a working test connecting to postgres server and reading data.
Martin Ashby
2023-09-23
Add error_response
Martin Ashby
2023-09-23
Add password_message
Martin Ashby
2023-09-22
Initial: port of pgx to zig (so, pgz)
Martin Ashby