thilojaeggi / WinGetty

An open source REST Backend for creating a private WinGet Repo without having to rely on cloud dependencies.
https://wingetty.dev
GNU Affero General Public License v3.0
168 stars 15 forks source link

A problem connecting to mysql database #30

Closed Anyexyz closed 7 months ago

Anyexyz commented 8 months ago

I had a problem connecting to the mysql database. After checking the log, I found that the pymysql library was not added to python. Suggested solution: add the pymysql library in requirements.txt

thilojaeggi commented 7 months ago

Will be fixed in v0.0.8

thilojaeggi commented 7 months ago

Should work now in v0.0.8

thilojaeggi commented 7 months ago

Were you able to test it yet?

ImNtReal commented 7 months ago

I can confirm that a mysql connection string worked for me in 0.0.8.