# dbms-lab3 **Repository Path**: LouisJiangjing/dbms-lab3 ## Basic Information - **Project Name**: dbms-lab3 - **Description**: 哈工大数据库系统实验三 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-03 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: 课程实验 ## README # dbms-lab3 ## 介绍 哈工大数据库系统实验三 本实验采用PyQt5和PyMySQL来实现 ## 目录说明 doc 文档 src 源代码 exceptions 异常类 gui 图形化界面 run.py 图形化界面启动主函数所在文件 sql 数据库操作代码 configs.py 配置文件 initialization.py 数据库初始化文件 uitls.py 数据库操作代码 test 测试文件 test_performance.py 测试性能 requirements.txt 实验依赖库 ## 启动说明 1. `pip install -r requirements.txt`安装requirements.txt中的库 2. 修改[configs.py]中的***数据库配置***部分 3. 运行[run.py] [run.py]: ./src/gui/run.py [configs.py]: ./src/sql/configs.py