postguard 0.1.0

Test Postgres-compatible statements against a set of CORS-like rules
Documentation
1
2
3
4
5
6
7
[
    "set statement_timeout=123",
    "create table items (id serial primary key)",
    "create database testdb owner postgres",
    "listen channel",
    "notify channel '{\"hello\":\"world\"}'"
]