notum-cz / strapi-plugin-location

This plugin allows users to create location inputs and store latitude and longitude values as geometry types in a PostGIS database. It also provides functionality to filter items based on their location.
MIT License
24 stars 13 forks source link

Support mysql #31

Open mauriciabad opened 1 year ago

mauriciabad commented 1 year ago

Hi, I'd like to use this plugin, but I can't because my project uses a MySQL database. I guess more people are in a similar situation,

omikulcik commented 1 year ago

Hi @mauriciabad, I also think it would be great for project with mysql database to be able to use this project. Unfortunately, from my brief research it seems that there is very limited resources and examples of how to work with spatial data in mysql. We will conduct a deeper research and possibly add this feature to the roadmap.