Source: mimeo Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://github.com/omniti-labs/mimeo Vcs-Browser: https://salsa.debian.org/postgresql/mimeo Vcs-Git: https://salsa.debian.org/postgresql/mimeo.git Package: postgresql-15-mimeo Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-15, postgresql-contrib-15 # run_refresh.py is optional Recommends: python3 Description: specialized, per-table replication between PostgreSQL instances Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods.