Skip to content

Commit b9a5cc8

Browse files
committed
Add lists of supported DB API drivers
1 parent 9dbc161 commit b9a5cc8

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

profile/README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ SQLObject is an object-relational mapper. Your database tables are described
55
as classes, and rows are instances of those classes. SQLObject is meant to be
66
easy to use and quick to get started with.
77

8-
SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite;
9-
connections to other backends - Firebird, Sybase, MSSQL
10-
and MaxDB (also known as SAPDB) - are lesser debugged).
8+
SQLObject supports a number of backends: MySQL/MariaDB (with a number of
9+
DB API drivers: ``MySQLdb``, ``mysqlclient``, ``mysql-connector``,
10+
``PyMySQL``, ``mariadb``), PostgreSQL (``psycopg2``, ``PyGreSQL``,
11+
partially ``pg8000`` and ``py-postgresql``), SQLite (builtin ``sqlite``,
12+
``pysqlite``, partially ``supersqlite``); connections to other backends
13+
- Firebird, Sybase, MSSQL and MaxDB (also known as SAPDB) - are less
14+
debugged).
1115

1216
Python 2.7 or 3.4+ is required.
1317

0 commit comments

Comments
 (0)