An open API service indexing awesome lists of open source software.

https://github.com/rofrol/zig-postgres-template


https://github.com/rofrol/zig-postgres-template

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Usage

Install postgresql, libpq etc. like described in https://github.com/zig-postgres/zig-postgres.

You need to create some database, i.e. `mydb`.

```shell
% zig build run -Ddb=postgresql://rfrolow@localhost:5432/mydb
```