电化学
提取,转换和加载...以4行代码迁移任何SQL数据库。
安装
pip install etlalchemy
# On El Capitan:
# ## pip install --ignore-installed etlalchemy
# Also install the necessary DBAPI modules and SQLAlchemy dialects
# For example, for MySQL, you might use:
# pip install pymsql