diff options
Diffstat (limited to 'README.unittests.rst')
| -rw-r--r-- | README.unittests.rst | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/README.unittests.rst b/README.unittests.rst index 145311e1a..0e59d8e92 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -89,21 +89,24 @@ a pre-set URL. These can be seen using --dbs:: aiosqlite_file sqlite+aiosqlite:///async_querytest.db asyncmy mysql+asyncmy://scott:tiger@127.0.0.1:3306/test?charset=utf8mb4 asyncmy_fallback mysql+asyncmy://scott:tiger@127.0.0.1:3306/test?charset=utf8mb4&async_fallback=true - asyncpg postgresql+asyncpg://scott:tiger@192.168.0.199/test - asyncpg_async_fallback postgresql+asyncpg://scott:tiger@192.168.0.199/test?async_fallback=true + asyncpg postgresql+asyncpg://scott:tiger@127.0.0.1:5432/test asyncpg_fallback postgresql+asyncpg://scott:tiger@127.0.0.1:5432/test?async_fallback=true default sqlite:///:memory: docker_mssql mssql+pymssql://scott:tiger^5HHH@127.0.0.1:1433/test mariadb mariadb+mysqldb://scott:tiger@127.0.0.1:3306/test - mssql mssql+pyodbc://scott:tiger^5HHH@localhost:1433/test?driver=ODBC+Driver+17+for+SQL+Server - mssql_199 mssql+pyodbc://scott:tiger^5HHH@192.168.0.199:1433/test?driver=ODBC+Driver+17+for+SQL+Server + mariadb_connector mariadb+mariadbconnector://scott:tiger@127.0.0.1:3306/test + mssql mssql+pyodbc://scott:tiger^5HHH@mssql2017:1433/test?driver=ODBC+Driver+13+for+SQL+Server mssql_pymssql mssql+pymssql://scott:tiger@ms_2008 mysql mysql+mysqldb://scott:tiger@127.0.0.1:3306/test?charset=utf8mb4 - oracle oracle+cx_oracle://scott:tiger@127.0.0.1:1521 - oracle8 oracle+cx_oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0 + oracle oracle+cx_oracle://scott:tiger@oracle18c + oracle_oracledb oracle+oracledb://scott:tiger@oracle18c pg8000 postgresql+pg8000://scott:tiger@127.0.0.1:5432/test - postgresql postgresql+psycopg2://scott:tiger@192.168.0.199/test + postgresql postgresql+psycopg2://scott:tiger@127.0.0.1:5432/test postgresql_psycopg2cffi postgresql+psycopg2cffi://scott:tiger@127.0.0.1:5432/test + psycopg postgresql+psycopg://scott:tiger@127.0.0.1:5432/test + psycopg2 postgresql+psycopg2://scott:tiger@127.0.0.1:5432/test + psycopg_async postgresql+psycopg_async://scott:tiger@127.0.0.1:5432/test + psycopg_async_fallback postgresql+psycopg_async://scott:tiger@127.0.0.1:5432/test?async_fallback=true pymysql mysql+pymysql://scott:tiger@127.0.0.1:3306/test?charset=utf8mb4 pysqlcipher_file sqlite+pysqlcipher://:test@/querytest.db.enc sqlite sqlite:///:memory: |
