You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.
Incorporating this project into my own has caused compilation to take 30-ish seconds or more. The root cause is compiling the Go MySQL driver, which seems to compile C code it needs.
Since I'm using Postgres, this is a pain. Is there any way to make that dependency optional?
The text was updated successfully, but these errors were encountered:
Incorporating this project into my own has caused compilation to take 30-ish seconds or more. The root cause is compiling the Go MySQL driver, which seems to compile C code it needs.
Since I'm using Postgres, this is a pain. Is there any way to make that dependency optional?
The text was updated successfully, but these errors were encountered: