Package: credativ-pg-migrator Version: 0.9.1-1.pgdg22.04+1 Architecture: all Maintainer: Michael Banck Installed-Size: 683 Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-tabulate, python3-yaml, python3:any (>= 3.6~) Suggests: tdsodbc Homepage: git@github.com:credativ/credativ-pg-migrator-dev.git Priority: optional Section: python Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.9.1-1.pgdg22.04+1_all.deb Size: 74528 SHA256: 71cbcbd858cfecc0429228140dad72fb5c200bd2bf0761fc0c1580b60c15ca10 SHA1: c8a5acd83e15b20d3ec900846b7b9e740173ed37 MD5sum: dc6b56941089cfbc61bdf5d9143b094f Description: credativ Postgres Migrator This package provides a solution for migrations of whole databases from legacy systems to PostgreSQL. . Main features are: - Supports migration of tables, column constraints and defaults, primary keys, secondary indexes, foreign keys, functions/procedures, triggers and views from source to target database - If tables have sequences, migrator sets current values of sequences on the target database - Migration of views is currently only in rudimentary version, just replacing source schema names in code with target schema names - Conversion and migration of functions, procedures, triggers currently fully works for Informix, and is in progress for Sybase - Migrator allows customizable substitutions of data types, default values of columns, calls of remote objects