diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-18 18:24:15 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-18 18:24:15 -0400 |
| commit | 017989ce8bca6e0540701fe0221fcfc556f7aba8 (patch) | |
| tree | b7d0acba55f2af66d7c90b1042b8fd397caad53d /lib/sqlalchemy/dialects/drizzle | |
| parent | ba67f7dbc5eb7a1ed2a3e1b56df72a837130f7bb (diff) | |
| download | sqlalchemy-017989ce8bca6e0540701fe0221fcfc556f7aba8.tar.gz | |
- move out maxdb
- begin consolidating docs for dialects to be more self contained
- add a separate section for "external" dialects
- not sure how we're going to go with this yet.
Diffstat (limited to 'lib/sqlalchemy/dialects/drizzle')
| -rw-r--r-- | lib/sqlalchemy/dialects/drizzle/base.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/sqlalchemy/dialects/drizzle/base.py b/lib/sqlalchemy/dialects/drizzle/base.py index 858253f1c..d32240c38 100644 --- a/lib/sqlalchemy/dialects/drizzle/base.py +++ b/lib/sqlalchemy/dialects/drizzle/base.py @@ -16,10 +16,14 @@ the `Drizzle Documentation <http://docs.drizzle.org/index.html>`_. The SQLAlchemy Drizzle dialect leans heavily on the MySQL dialect, so much of the :doc:`SQLAlchemy MySQL <mysql>` documentation is also relevant. -Connecting ----------- +DBAPI Support +------------- -See the individual driver sections below for details on connecting. +The following dialect/driver options are available: + +``drizzle://``- uses mysqldb_ + +``drizzle+mysqldb://`` - uses mysqldb_ """ |
