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
- Host: GitHub
- URL: https://github.com/vikassandhu999/pgz
- Owner: vikassandhu999
- Created: 2025-01-18T03:25:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T17:26:25.000Z (over 1 year ago)
- Last Synced: 2025-01-30T18:29:20.322Z (over 1 year ago)
- Topics: database, driver, postgres, zig
- Language: Zig
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.