Example of using a Postgres database Uses 'pwtesttable' in the 'testschema' schema, and reads/adds to the "pass" column. Table can be created like this: `CREATE TABLE ` + table + ` ("`+ column +`" VARCHAR(64) PRIMARY KEY);` For Postgres to ignore duplicate inserts, you can use a rule like this:
()
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected
searching dependent graphs…