alpha
Login
or
Join now
poecoh.com
/
pg.zig
forked from
karlseguin.tngl.sh/pg.zig
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Native PostgreSQL driver / client for Zig
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
pg.zig
/
src
/
at
dev
2 folders
16 files
Karl Seguin
Skip translate-c of openssl.h when openssl isn't being used
2mo ago
95fbbf99
proto
fine, give in to zig fmt for this project too
2 years ago
types
update to zig 0.16.0 (#111) * update to zig 0.16.0 * fix test_runner * fetch metrics from github * return error from t.connect * move @cImport to build system * move to translate-c external package - https://codeberg.org/ziglang/zig/pulls/31892 * fix: update test_runner.zig and fix Pool, testListener and Reconnector issues - Update test_runner.zig from https://gist.githubusercontent.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b/raw/8e82642093d2f4341fb870d18d1fe5b213b2fd11/test_runner.zig - Fix Pool.initUri - Fix testListener BADF error (file descriptor used after closed) - Make Reconnector.run mutex uncancellable - Make mapColumn StructField field a comptime pointer --------- Co-authored-by: pm <pm@local>
3 months ago
auth.zig
Skip translate-c of openssl.h when openssl isn't being used https://github.com/karlseguin/pg.zig/issues/114
2 months ago
conn.zig
Update Readme Swap allocator, io order. Seems like maybe people are settling on io first.
3 months ago
lib.zig
update to zig 0.16.0 (#111) * update to zig 0.16.0 * fix test_runner * fetch metrics from github * return error from t.connect * move @cImport to build system * move to translate-c external package - https://codeberg.org/ziglang/zig/pulls/31892 * fix: update test_runner.zig and fix Pool, testListener and Reconnector issues - Update test_runner.zig from https://gist.githubusercontent.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b/raw/8e82642093d2f4341fb870d18d1fe5b213b2fd11/test_runner.zig - Fix Pool.initUri - Fix testListener BADF error (file descriptor used after closed) - Make Reconnector.run mutex uncancellable - Make mapColumn StructField field a comptime pointer --------- Co-authored-by: pm <pm@local>
3 months ago
listener.zig
improve thread-safety of listener.stop()
3 months ago
metrics.zig
fine, give in to zig fmt for this project too
2 years ago
openssl.h
update to zig 0.16.0 (#111) * update to zig 0.16.0 * fix test_runner * fetch metrics from github * return error from t.connect * move @cImport to build system * move to translate-c external package - https://codeberg.org/ziglang/zig/pulls/31892 * fix: update test_runner.zig and fix Pool, testListener and Reconnector issues - Update test_runner.zig from https://gist.githubusercontent.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b/raw/8e82642093d2f4341fb870d18d1fe5b213b2fd11/test_runner.zig - Fix Pool.initUri - Fix testListener BADF error (file descriptor used after closed) - Make Reconnector.run mutex uncancellable - Make mapColumn StructField field a comptime pointer --------- Co-authored-by: pm <pm@local>
3 months ago
openssl_stub.zig
Skip translate-c of openssl.h when openssl isn't being used https://github.com/karlseguin/pg.zig/issues/114
2 months ago
pg.zig
update to zig 0.16.0 (#111) * update to zig 0.16.0 * fix test_runner * fetch metrics from github * return error from t.connect * move @cImport to build system * move to translate-c external package - https://codeberg.org/ziglang/zig/pulls/31892 * fix: update test_runner.zig and fix Pool, testListener and Reconnector issues - Update test_runner.zig from https://gist.githubusercontent.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b/raw/8e82642093d2f4341fb870d18d1fe5b213b2fd11/test_runner.zig - Fix Pool.initUri - Fix testListener BADF error (file descriptor used after closed) - Make Reconnector.run mutex uncancellable - Make mapColumn StructField field a comptime pointer --------- Co-authored-by: pm <pm@local>
3 months ago
pool.zig
Update Readme Swap allocator, io order. Seems like maybe people are settling on io first.
3 months ago
proto.zig
fine, give in to zig fmt for this project too
2 years ago
reader.zig
update to zig 0.16.0 (#111) * update to zig 0.16.0 * fix test_runner * fetch metrics from github * return error from t.connect * move @cImport to build system * move to translate-c external package - https://codeberg.org/ziglang/zig/pulls/31892 * fix: update test_runner.zig and fix Pool, testListener and Reconnector issues - Update test_runner.zig from https://gist.githubusercontent.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b/raw/8e82642093d2f4341fb870d18d1fe5b213b2fd11/test_runner.zig - Fix Pool.initUri - Fix testListener BADF error (file descriptor used after closed) - Make Reconnector.run mutex uncancellable - Make mapColumn StructField field a comptime pointer --------- Co-authored-by: pm <pm@local>
3 months ago
result.zig
update to zig 0.16.0 (#111) * update to zig 0.16.0 * fix test_runner * fetch metrics from github * return error from t.connect * move @cImport to build system * move to translate-c external package - https://codeberg.org/ziglang/zig/pulls/31892 * fix: update test_runner.zig and fix Pool, testListener and Reconnector issues - Update test_runner.zig from https://gist.githubusercontent.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b/raw/8e82642093d2f4341fb870d18d1fe5b213b2fd11/test_runner.zig - Fix Pool.initUri - Fix testListener BADF error (file descriptor used after closed) - Make Reconnector.run mutex uncancellable - Make mapColumn StructField field a comptime pointer --------- Co-authored-by: pm <pm@local>
3 months ago
stmt.zig
update readme for stmt.prepare api change
1 year ago
stream.zig
improve thread-safety of listener.stop()
3 months ago
t.zig
Update Readme Swap allocator, io order. Seems like maybe people are settling on io first.
3 months ago
types.zig
Fix error handling and improve `fromPgzRow` support (#110) * fix bug * custom parsing improvements * move function
3 months ago