volatiletech / sqlboiler

Generate a Go ORM tailored to your database schema.
BSD 3-Clause "New" or "Revised" License
6.57k stars 534 forks source link

Support on Geo Spatial Data Type On Mysql #104

Open bxcodec opened 7 years ago

bxcodec commented 7 years ago

As described here : Spatial Extension From Mysql 5.6 , already support geo spatial data types

Any plan for including this feature ?

aarondl commented 7 years ago

We've never considered the extensions to either database (this or PostGIS) as something we planned on implementing because we've never used them before. I'd be happy to help curate a set of pull requests to pull it in though. This is somewhat related to #102 in that if we had a nice plugin driver implementation, people could choose to do this themselves easily (though it would extend the scope of 102 to also be able to provide imports).