Add postgres support in db package
This commit is contained in:
parent
c8641247fe
commit
e94e4384bb
6 changed files with 469 additions and 223 deletions
|
@ -43,6 +43,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||
exe.addPackage(http_pkg);
|
||||
|
||||
exe.linkSystemLibrary("sqlite3");
|
||||
exe.linkSystemLibrary("pq");
|
||||
exe.linkLibC();
|
||||
|
||||
const util_tests = b.addTest("src/util/lib.zig");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue