pg_guard 0.1.4

A Postgres proxy with built-in safety features
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

[server]
listen = "0.0.0.0:6543"

[database]
url = "postgres://postgres:postgres@localhost:5432/postgres"

[limits]
max_rows = 500

[security]
honeytokens = ["_pg_guard_canary"]

[logging]
level = "info"