Skip to main content

Execute PostGreSQL migrations

Project description

Septentrion

Build Status codecov

A CLI tool to apply PostgreSQL migrations to a database.

Overview

You're looking for a tool to take care of Database migrations in your project. For Django projects, that tool used to be South, and then it became Django itself.

But you're looking for a tool that just focuses on running existing SQL migrations and keeping track of what was applied, through time. That's django-north.

You're looking for that, but without Django. You're looking for septentrion. Congratulations, you've found it.

Requirements

This project would only work for PostgreSQL databases 9.6+. We aim to be compatible with Python 2.7+ and Python 3+ (but Python 2 will not stay for long).

Install

At the moment, there are no proper releases on PyPI. As a consequence, you'll have to clone this repository locally and install it via:

pip install git+https://github.com/peopledoc/septentrion.git

What does it do?

Project is still pre-alpha, moving fast and breaking things. Best way to know what it does, is to call:

septentrion --help

Launch a postgres DB with Docker

$ docker run --rm -it -p 5432:5432 -e POSTGRES_PASSWORD=password postgres

Licensing

septentrion is published under the terms of the Apache Software License.

Testing

Nothing is done so far, but we have some guidelines we'd like to follow, here

Running the tests

You must have access to a postgres database, then:

PGPASSWORD=password PGHOST=127.0.0.1 PGUSER=postgres PGPORT=5432 tox

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

septentrion-0.1.1.tar.gz (11.3 kB view hashes)

Uploaded Source

Built Distribution

septentrion-0.1.1-py2.py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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