Site data paths gone in latest versions?

Hey,
I’ve made a local addon and had a bunch of issues with doing things that involves database.

To do mysql commands I used mysql socket, and was able to setup the path to the socket like this:

socket: `${props?.paths?.runData}/mysql/mysqld.sock`

But now, path seems to be gone, And I can see it listed as “Deprecated”