Closed
Description
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.