# db-import **Repository Path**: nguaduot/db-import ## Basic Information - **Project Name**: db-import - **Description**: MySQL数据导入工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-10-30 - **Last Updated**: 2024-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # db-import [![release](https://img.shields.io/badge/release-v1.0.221030-blue)](https://gitee.com/nguaduot/db-import/releases) ## mysql-import MySQL数据导入工具 + 使用多线程设计,读写并行 + 支持同时读取多文件 + 使用配置文件,可记住数据文件、导入模式等 ### 支持格式 + 导入:`.xlsx` `.csv`*(编码:GBK)* + 导出:`MySQL` ### 依赖 ```commandline pip install openpyxl pip install pymysql pip install cryptography pip install rich ```