An open API service indexing awesome lists of open source software.

https://github.com/vikassandhu999/pgz

Native PostgreSQL Driver for Zig
https://github.com/vikassandhu999/pgz

database driver postgres zig

Last synced: about 2 months ago
JSON representation

Native PostgreSQL Driver for Zig

Awesome Lists containing this project

README

          

### Native PostgreSQL Driver for Zig

A from-scratch PostgreSQL driver written entirely in Zig. This project aims to implement the PostgreSQL wire protocol, handling authentication, queries, and data parsing without relying on libpq or other C dependencies.