Package: credativ-pg-migrator Version: 0.9.0-1.pgdg22.04+1 Architecture: all Maintainer: Michael Banck Installed-Size: 657 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.0-1.pgdg22.04+1_all.deb Size: 71312 SHA256: 1622b576d0c84810083b6d7cd2ee8ae0f27ab2bd56f8c2ab38dcea17fd05a450 SHA1: 9ee0982a46c9bc6087c14bd895b50878c57600c9 MD5sum: aa43d60deb6cac473a9fb760047519cd 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