dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
56 stars 18 forks source link

Allow SSL Connection to the MySQL Database #132

Open dragotin opened 2 years ago

dragotin commented 2 years ago

Users would like to connect via an encrypted connection to the database, ie. via internet.

According to https://www.qtcentre.org/threads/62046-Secure-way-to-connect-to-MySQL-database that requires a code change when opening the driver.

Add an option to allow that.