summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/__init__.py
blob: ec7ac69029f0aaca22f39135f16eddb2d2463dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# __init__.py
# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
#
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php


__all__ = (
    'access',
    'firebird',
    'informix',
    'maxdb',
    'mssql',
    'mysql',
    'oracle',
    'postgres',
    'sqlite',
    'sybase',
    )