Building Grafana without Sqlite3

Hi,
I am trying to build Grafana and use it on a commercial unix os which do not have sqlite3 and because of some restriction on GCC can not compile it properly. They have sqlite3 out of the box but building Grafana all the time involves sqlite3. How can I force Grafana to remove its dependency on sqlite3 and use mysql and build it that way? In source code there are numerous dependency to go-sqlite3 package.

Regards,

Hello @mhoseinim

Maybe this would be helpful:

It’s only about migration however.

Regards,
V.