Added readme.md

This commit is contained in:
2025-09-25 21:53:13 -04:00
parent 6882c6a8cd
commit 44d7eee249
5 changed files with 16 additions and 0 deletions

16
readme.md Normal file
View File

@@ -0,0 +1,16 @@
## Platform to connect to our DB
We used DBeaver as connector to connect to Mysql DB. First you will need to install DBeaver in your local.
- Click connect button on the top left. In "main" tab, specify the Database name as "cs348db", username: cs348, Password Cs348Group!
![](./image1.png)
- go to SSH tab. specify ssh host: mini.peisongxiao.com. user: cs348. passwd: cs348
![](./image2.png)
- click finish
You are now good to navigate our DB.
## Load table
go all the way down to the ChatHistory, click it then you will be able to view our table, which contains all prompt history the user had with the chatbot so far, and the response from the robot(hard coded for now).
![](./image3.png)
## Create a new table
We can create a new table in DBeaver and specify the columns, type of each columns, constraints, keys and so on..
![](./image4.png)