# database_transfer **Repository Path**: lizhihang0315/database_transfer ## Basic Information - **Project Name**: database_transfer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-17 - **Last Updated**: 2025-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fastadmin适配达梦数据库 ### 使用方法: - 将thinkphp/connector/Dm.php保存到项目中,路径:\think\db\connector目录下 - 将thinkphp/builder/Dm.php保存到项目中,路径:\think\db\builder目录下 - 修改env中数据库配置: [database] hostname = 127.0.0.1 username = VN database = VN password = ****** hostport = 5236 prefix = fa_ type = dm