The return type for the update function in mysql.service is updated from Promise<unknown> to Promise<IDbStatusResult>. Also, the function resolves with the status result of the update instead of just being successful. Issue: #17 Signed-off-by: Mathis <yidhra@tuta.io>