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
191 stars 18 forks source link

A problem connecting to mysql database #30

Closed Anyexyz closed 11 months ago

Anyexyz commented 1 year 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 1 year ago

Will be fixed in v0.0.8

thilojaeggi commented 1 year ago

Should work now in v0.0.8

thilojaeggi commented 1 year ago

Were you able to test it yet?

ImNtReal commented 1 year ago

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