SQLAlchemy in io.sql to manage different SQL dialects · Issue #2717 · pandas-dev/pandas (original) (raw)

Currently, read_frame and write_frame in sql are specific to sqlite/mysql dialects (see #4163).

Rather than adding all possible dialects to pandas, another option is to detect whether sqlalchemy is installed and prefer to use its DB support.