From 017989ce8bca6e0540701fe0221fcfc556f7aba8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 18 Oct 2012 18:24:15 -0400 Subject: - 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. --- lib/sqlalchemy/dialects/postgresql/base.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'lib/sqlalchemy/dialects/postgresql/base.py') diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index d23920c5e..0d2cb3c8f 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -6,8 +6,18 @@ """Support for the PostgreSQL database. -For information on connecting using specific drivers, see the documentation -section regarding that driver. +DBAPI Support +------------- + +The following dialect/driver options are available: + +* :ref:`psycopg2` + +* :ref:`pg8000` + +* :ref:`pypostgresql` + +* :ref:`zxjdbc` Sequences/SERIAL ---------------- -- cgit v1.2.1