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
We use github.com/mattn/go-sqlite3 which is cgo based.
At the moment we started using it there were no native implementation but now there is github.com/glebarez/go-sqlite which is native.
I suggest estimating the effort to migrate from cgo library to native.
The text was updated successfully, but these errors were encountered:
We use github.com/mattn/go-sqlite3 which is cgo based.
At the moment we started using it there were no native implementation but now there is github.com/glebarez/go-sqlite which is native.
I suggest estimating the effort to migrate from cgo library to native.
The text was updated successfully, but these errors were encountered: