{ "name": "data_historization", "abstract": "Data historization for PostgreSQL", "description": "Data historization at a table level build on triggers.", "version": "1.1.0", "maintainer": [ "Rodolphe QuiƩdeville " ], "license": { "PostgreSQL": "https://www.postgresql.org/about/licence" }, "prereqs": { "runtime": { "requires": { "plpgsql": 0, "PostgreSQL": "12.0.0" }, "recommends": { "pg_cron": "1.6.0", "dblink": "1.2.0", "postgresq_fdw": "1.1.0" } } }, "provides": { "data_historization": { "abstract": "Data historization for PostgreSQL", "file": "data_historization.sql", "version": "1.1.0" } }, "resources": { "bugtracker": { "web": "https://github.com/rodo/postgresql-data-historization/pgtap/issues" }, "repository": { "url": "https://github.com/rodo/postgresql-data-historization.git", "web": "https://github.com/rodo/postgresql-data-historization", "type": "git" } }, "generated_by": "Rodolphe QuiƩdeville", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "historization", "log", "audit" ] }