A lightweight PostgreSQL database connector written in Zig, designed with a focus on type safety and simplicity. This project provides a simple interface for interacting with PostgreSQL databases while leveraging Zig's compile-time features.
- Type-safe database operations
- Support for common PostgreSQL data types
- Built-in connection pooling
- Thread-safe logging system
- Structured error handling
- Zig (latest version)
- libpq
- pkg-config (for development)
Make sure you have PostgreSQL and its development libraries installed on your system.
zig build
zig build run
zig build test