Skip to main content

Migratore Infra-structure

Project description

Migratore

Simple migration framework / infra-structure for SQL based databases.

Installation

pip install migratore

Execution

HOST=${HOST} DB=${DB_NAME} USERNAME=${DB_USER} PASSWORD=${DB_PASS} migratore upgrade

Variables

  • HOST - Hostname or IP address of the database system for migration
  • PORT - TCP port to be used in the connection with the database system
  • UNIX_SOCKET - Filesystem path to the UNIX socket file to be used in connection
  • DB - Name of the database used as the migration target
  • USERNAME - Username for authentication in database
  • USERNAME - Password to be used for authentication in database
  • FS - Base file system path for file migration (may depend on migration context)

Commands

  • help - Prints a help message about the CLI interface
  • version - Prints the current version of migratore
  • environ - Displays the current environment in the standard output
  • list - Lists the executed migrations on the current database
  • errors - Lists the various errors from migration of the database
  • trace [id] - Prints the traceback for the error execution with the provided id
  • rebuild [id] - Run the partial execution of the migration with the given id
  • upgrade [path] - Executes the pending migrations using the defined directory or current
  • generate [path] - Generates a new migration file into the target path

Examples

database = Migratore.get_database()
table = database.get_table("users")
table.add_column("username", type = "text")

License

Migratore is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Build Status GitHub Coverage Status PyPi Status License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

migratore-0.4.1.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

migratore-0.4.1-py2.py3-none-any.whl (17.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file migratore-0.4.1.tar.gz.

File metadata

  • Download URL: migratore-0.4.1.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.18

File hashes

Hashes for migratore-0.4.1.tar.gz
Algorithm Hash digest
SHA256 41f88fb65b41d01aa8744ce67d3a2017ebf8edc07f92210315eb0232c98a32fa
MD5 832944000f591aac36bdd2951998cbcc
BLAKE2b-256 05cb5d854e7b3d5fcf0a0cad8f56c94578b9898cd87f8b809382ddece44ae677

See more details on using hashes here.

File details

Details for the file migratore-0.4.1-py2.py3-none-any.whl.

File metadata

  • Download URL: migratore-0.4.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.18

File hashes

Hashes for migratore-0.4.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7f6dfd96d12c5b734d17b0be766ffc5c2bd8e94a11f83063fec16ab02961d0fa
MD5 cfc6b23647631bee4aa566b69bc6d5b4
BLAKE2b-256 187bab01fdbdf10a5aad44a11904d1623e7c8e610dd15ba768ffadf9745a4f98

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page