glance/glance/db/sqlalchemy/migrate_repo
Alexander Tivelkov b281eec8b3 Database layer for Artifact Repository
Adds a Data Model (Tables: Artifact, ArtifactDependecy, ArtifactTag,
ArtifactProperty, ArtifactBlob, ArtifactBlobLocation), Migrations and DB
API for SQLAlchemy. Adds wrappers for simple and registry DB drivers.

Adds appropriate unittests to DB API tests and to migration tests.

Implements-blueprint: artifact-repository

Co-Authored-By: Alexander Tivelkov <ativelkov@mirantis.com>
Co-Authored-By: Mike Fedosin <mfedosin@mirantis.com>
Co-Authored-By: Inessa Vasilevskaya <ivasilevskaya@mirantis.com>

Change-Id: Ia491a58956101a1c40f1bca95cd9efe432f13dce
2015-03-27 02:48:15 +03:00
..
versions Database layer for Artifact Repository 2015-03-27 02:48:15 +03:00
README Create 'simple' db driver 2012-06-07 09:20:50 -07:00
__init__.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
manage.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
migrate.cfg Create 'simple' db driver 2012-06-07 09:20:50 -07:00
schema.py Database layer for Artifact Repository 2015-03-27 02:48:15 +03:00

README

This is a database migration repository.

More information at
http://code.google.com/p/sqlalchemy-migrate/