{ "name": "CyanAudit", "abstract": "DML logging tool for PostgreSQL", "description": "Cyan Audit provides in-database logging of all DML activity on a column-by-column basis", "version": "0.9.1", "maintainer": "Moshe Jacobson ", "license": "postgresql", "provides": { "cyanaudit": { "file": "sql/cyanaudit.sql", "docfile": "doc/cyanaudit.md", "version": "0.9.1", "abstract": "Cyan Audit core extension" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "audit", "auditing", "logging", "audit log", "logger", "log", "cyan audit", "audit trail", "DML log", "trigger-based logging", "auditing", "history" ], "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.1.7" }, "recommends": { "PostgreSQL": "9.3.0" } } }, "release_status": "testing", "resources": { "homepage": "http://cyanaudit.neadwerx.com" } }