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
Is your feature request related to a problem? Please describe.
Maintain two kind of executable files with the only goal to support sqlite is not worth it. The reason to do this is that sqlite3 heavily relies on gcc. We need a alternative.
Describe the solution you'd like
Recently a CGo-free port came out and it's starting to do numbers out there. We should replace the current sqlite driver and only maintain one CGO disabled binary.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Maintain two kind of executable files with the only goal to support
sqlite
is not worth it. The reason to do this is that sqlite3 heavily relies on gcc. We need a alternative.Describe the solution you'd like
Recently a
CGo-free
port came out and it's starting to do numbers out there. We should replace the currentsqlite
driver and only maintain oneCGO
disabled binary.The text was updated successfully, but these errors were encountered: