https://github.com/rofrol/zig-postgres-template
https://github.com/rofrol/zig-postgres-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rofrol/zig-postgres-template
- Owner: rofrol
- License: apache-2.0
- Created: 2023-01-31T17:46:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T10:43:37.000Z (over 3 years ago)
- Last Synced: 2026-02-28T19:29:57.117Z (5 months ago)
- Language: Zig
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```