Install postgresql, libpq etc. like described in https://github.com/zig-postgres/zig-postgres.
You need to create some database, i.e. mydb
.
% zig build run -Ddb=postgresql://rfrolow@localhost:5432/mydb
Install postgresql, libpq etc. like described in https://github.com/zig-postgres/zig-postgres.
You need to create some database, i.e. mydb
.
% zig build run -Ddb=postgresql://rfrolow@localhost:5432/mydb