root/galaxy-central/eggs/sqlalchemy_migrate-0.5.4-py2.6.egg/migrate/changeset/databases/__init__.py @ 3

リビジョン 3, 141 bytes (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1"""
2   This module contains database dialect specific changeset
3   implementations.
4"""
5__all__=[
6'postgres',
7'sqlite',
8'mysql',
9'oracle',
10]
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。