8000 GitHub - tisorlawan/pqzig
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tisorlawan/pqzig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typesafe PostgreSQL Zig Connector

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.

Features

  • Type-safe database operations
  • Support for common PostgreSQL data types
  • Built-in connection pooling
  • Thread-safe logging system
  • Structured error handling

Dependencies

  • Zig (latest version)
  • libpq
  • pkg-config (for development)

Getting Started

Prerequisites

Make sure you have PostgreSQL and its development libraries installed on your system.

Building

zig build

Running

zig build run

Testing

zig build test

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0