From: Mike Bayer Date: Mon, 8 Feb 2010 15:54:11 +0000 (+0000) Subject: fix up formatting, add OurSQL X-Git-Tag: rel_0_6beta2~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acafbca090ef2eba809da562b3690c17497f0368;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix up formatting, add OurSQL --- diff --git a/doc/build/dbengine.rst b/doc/build/dbengine.rst index 4e9b0f4b9a..87b715244c 100644 --- a/doc/build/dbengine.rst +++ b/doc/build/dbengine.rst @@ -64,25 +64,25 @@ There are also third-party dialects available - currently IBM offers a DB2/Infor Downloads for each DBAPI at the time of this writing are as follows: * Supported Dialects - - PostgreSQL: `psycopg2 `_ `pg8000 `_ - - PostgreSQL on Jython: `PostgreSQL JDBC Driver `_ - - SQLite: `sqlite3 `_ (included in Python 2.5 or greater) `pysqlite `_ - - MySQL: `MySQLdb (a.k.a. mysql-python) `_ `MySQL Connector/Python `_ - - MySQL on Jython: `MySQL Connector/J JDBC driver `_ - - Oracle: `cx_Oracle `_ - - Oracle on Jython: `Oracle JDBC Driver `_ - - Firebird: `kinterbasdb `_ - - MS-SQL, MSAccess: `pyodbc `_ (recommended) `adodbapi `_ `pymssql `_ - - MS-SQL on Jython: `jTDS JDBC Driver `_ + - PostgreSQL: `psycopg2 `_ * `pg8000 `_ + - PostgreSQL on Jython: `PostgreSQL JDBC Driver `_ + - SQLite: `sqlite3 `_ (included in Python 2.5 or greater) * `pysqlite `_ + - MySQL: `MySQLdb (a.k.a. mysql-python) `_ * `MySQL Connector/Python `_ * `OurSQL `_ + - MySQL on Jython: `MySQL Connector/J JDBC driver `_ + - Oracle: `cx_Oracle `_ + - Oracle on Jython: `Oracle JDBC Driver `_ + - Firebird: `kinterbasdb `_ + - MS-SQL, MSAccess: `pyodbc `_ (recommended) * `adodbapi `_ * `pymssql `_ + - MS-SQL on Jython: `jTDS JDBC Driver `_ * Experimental Dialects - - MSAccess: `pyodbc `_ - - Informix: `informixdb `_ - - Sybase: TODO - - MAXDB: `sapdb `_ + - MSAccess: `pyodbc `_ + - Informix: `informixdb `_ + - Sybase: TODO + - MAXDB: `sapdb `_ * Third Party Dialects - - DB2/Informix IDS: `ibm-db `_ + - DB2/Informix IDS: `ibm-db `_ The SQLAlchemy Wiki contains a page of database notes, describing whatever quirks and behaviors have been observed. Its a good place to check for issues with specific databases. `Database Notes `_