go-spatialite
go-spatialite copied to clipboard
Spatialite SQL Driver for Golang
Results
3
go-spatialite issues
Sort by
recently updated
recently updated
newest added
You can improve test speed by create meta-data as single transaction : ```sql _, err = db.Exec("SELECT InitSpatialMetadata(1)") ``` https://github.com/shaxbee/go-spatialite/blob/9b4c81899e0e2ca4beb2e04f0d7f1e48165c2e32/spatialite_test.go#L37
heya, I'm trying to cross-compile a binary containing this library from my host OS of `ubuntu linux` for `arm` `darwin` and `windows` but I am getting the following error: ```bash...