Database migrations for Postgresql.
Project description
Stirimango is an anagram for "migrations"
Database migrations solve the painful process of dealing with updates to the
schema of a database. The concept is not new, as the authors originally were
introduced the concept working with Ruby on Rails. Stirimango is a Python
implementation of migrations. Stirimango is unlike newer versions of Rails in
that it does not provide an ORM layer -- it deals only in raw SQL.
More specifically, Stirimango is written for Python 3 and uses the
:mod:`postgresql` module to manipulate the PostgreSQL RDBMS. With little
modification, Stirimango could be used with other database systems; however, the
author only uses PostgreSQL.
Database migrations solve the painful process of dealing with updates to the
schema of a database. The concept is not new, as the authors originally were
introduced the concept working with Ruby on Rails. Stirimango is a Python
implementation of migrations. Stirimango is unlike newer versions of Rails in
that it does not provide an ORM layer -- it deals only in raw SQL.
More specifically, Stirimango is written for Python 3 and uses the
:mod:`postgresql` module to manipulate the PostgreSQL RDBMS. With little
modification, Stirimango could be used with other database systems; however, the
author only uses PostgreSQL.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Stirimango-0.2.2.tar.gz
(13.0 kB
view details)
File details
Details for the file Stirimango-0.2.2.tar.gz
.
File metadata
- Download URL: Stirimango-0.2.2.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 477b95cd4a6a133e3f1f478300f0c1acee2223fab1ae6d24872e67c143d4ed09 |
|
MD5 | c73539e109ac34495d0ebdbdf2835960 |
|
BLAKE2b-256 | efe39cf26f0e7c3b619c9ed5c3e7324e2a01d17981640b497a3d92d1bc18af54 |