You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage. Version 3.0.0 or higher required, Version 3.2.1 or higher highly recommended.
249
249
* `SQLAlchemy <http://www.sqlalchemy.org>`__: for SQL database support. Version 0.8.1 or higher recommended.
250
+
* Besides SQLAlchemy, you also need a database specific driver.
251
+
Examples of such drivers are `psycopg2 <http://initd.org/psycopg/>`__ for PostgreSQL
252
+
or `pymysql <https://github.com/PyMySQL/PyMySQL>`__ for MySQL. For
253
+
`SQLite <https://docs.python.org/3.5/library/sqlite3.html>`__ this is
254
+
included in Python's standard library by default.
255
+
You can find an overview of supported drivers for each SQL dialect in the
0 commit comments