File: PKG-INFO

package info (click to toggle)
migrate 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 568 kB
  • ctags: 675
  • sloc: python: 3,673; makefile: 47; sh: 17
file content (14 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Metadata-Version: 1.0
Name: sqlalchemy-migrate
Version: 0.4.5
Summary: Database schema migration for SQLAlchemy
Home-page: http://code.google.com/p/sqlalchemy-migrate/
Author: Jan Dittberner
Author-email: jan@dittberner.info
License: MIT
Description: 
        Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with database schema changes in `SQLAlchemy <http://sqlalchemy.org>`_ projects.
        
        Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.
        
Platform: UNKNOWN