Open
Description
Tell us about the problem you're trying to solve
I would like to do import and export of spatial datas between different databases but actually spatial types are automaticaly casted into strings. ( at least for Oracle and Postgis)
Describe the solution you’d like
I would like to do the exact same thing I do actually for non spatial data in my postgres/oracle databases but with the support of the geometry type.
Describe the alternative you’ve considered or used
No clear alternative for me at this point
Are you willing to submit a PR?
Maybe, but I will have to get into the project first.