root/galaxy-central/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/databases/__init__.py
リビジョン 3, 391 bytes (コミッタ: kohda, 14 年 前) |
---|
行番号 | |
---|---|
1 | # __init__.py |
2 | # Copyright (C) 2005, 2006, 2007, 2008, 2009 Michael Bayer mike_mp@zzzcomputing.com |
3 | # |
4 | # This module is part of SQLAlchemy and is released under |
5 | # the MIT License: http://www.opensource.org/licenses/mit-license.php |
6 | |
7 | |
8 | __all__ = ( |
9 | 'access', |
10 | 'firebird', |
11 | 'informix', |
12 | 'maxdb', |
13 | 'mssql', |
14 | 'mysql', |
15 | 'oracle', |
16 | 'postgres', |
17 | 'sqlite', |
18 | 'sybase', |
19 | ) |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。