alembic 1.8.1-2 source package in Ubuntu
Changelog
alembic (1.8.1-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand <email address hidden> Fri, 23 Sep 2022 13:47:38 +0200
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
alembic_1.8.1-2.dsc | 2.2 KiB | ca8212cbac4a8383678d35f1dff848c2d55a192737d3b08e07f2db0a8fff69ef |
alembic_1.8.1.orig.tar.gz | 532.9 KiB | b04a3dca79e82d1cc223ab5e173620538d51880e024fa9f08b4f4aca614a84cb |
alembic_1.8.1-2.debian.tar.xz | 7.6 KiB | a5762c88773938072b5b5865743d630c17050bc0ee7853c18268bb6139484112 |
Available diffs
No changes file available.
Binary packages built by this source
- alembic: lightweight database migration tool for SQLAlchemy
Alembic is a new database migration tool, written by the author
of SQLAlchemy. A migration tool offers the following functionality:
.
* Can emit ALTER statements to a database in order to change the
structure of tables and other constructs
* Provides a system whereby "migration scripts" may be constructed;
each script indicates a particular series of steps that can
"upgrade" a target database to a new version, and optionally a
series of steps that can "downgrade" similarly, doing the same
steps in reverse.
* Allows the scripts to execute in some sequential manner.
.
This package provides /usr/bin/alembic script and documentation for Alembic,
and depends on the python3-alembic package which contains all the actual code
(in Python 3) for Alembic to actually work.
- python3-alembic: lightweight database migration tool for SQLAlchemy - Python module
Alembic is a new database migration tool, written by the author
of SQLAlchemy. A migration tool offers the following functionality:
.
* Can emit ALTER statements to a database in order to change the
structure of tables and other constructs
* Provides a system whereby "migration scripts" may be constructed;
each script indicates a particular series of steps that can
"upgrade" a target database to a new version, and optionally a
series of steps that can "downgrade" similarly, doing the same
steps in reverse.
* Allows the scripts to execute in some sequential manner.