Native PostgreSQL driver / client for Zig
0

Configure Feed

Select the types of activity you want to include in your feed.

Expose the new Binary type (#90)

authored by

Kevin Finn and committed by
GitHub
(Sep 3, 2025, 8:05 AM +0800) f930e90b e62b7fc7

+1
+1
src/pg.zig
··· 9 9 pub const Iterator = lib.Iterator; 10 10 pub const QueryRow = lib.QueryRow; 11 11 pub const Mapper = lib.Mapper; 12 + pub const Binary = lib.Binary; 12 13 13 14 pub const Listener = @import("listener.zig").Listener; 14 15