We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8fd0f commit 4ee1791Copy full SHA for 4ee1791
README.md
@@ -19,7 +19,7 @@ Tested dialects are:
19
20
- SQLite, using the built-in Python driver or, for Python 2.5, pysqlite
21
- MySQL, using the MySQLdb-python driver or, for Python 3, mysql-connector
22
-- PostgreSQL, using the psycopg2 driver (or, on trial, the pg8000 driver)
+- PostgreSQL, using the psycopg2 driver or the pg8000 driver.
23
24
pysqlite: https://pypi.python.org/pypi/pysqlite
25
@@ -29,7 +29,7 @@ mysql-connector: http://dev.mysql.com/doc/connector-python/en/connector-python.h
29
30
psycopg2: https://pypi.python.org/pypi/psycopg2
31
32
-pg8000: https://pypi.python.org/pypi/pg8000 (checkout "pg8000" branch)
+pg8000: https://pypi.python.org/pypi/pg8000
33
34
Development
35
===========
0 commit comments