speedment / speedment

Speedment is a Stream ORM Java Toolkit and Runtime
Apache License 2.0
2.09k stars 229 forks source link

Can Speedment be used with a spatial/gis database extension, such as PostGIS? #726

Open sixman9 opened 5 years ago

sixman9 commented 5 years ago

I'm evaluating Speedment as a potential DB layer, however, I'm just wondering how or if I could integrate Spatial/GIS queries into my future development.

Can Speedment be used with Spatial/GIS extensions, without having to 'jump through hoops'?

minborg commented 5 years ago

Hi @sixman9 With Speedment, you can add generic TypeMapper objects that can convert a database type to a Java Type. Which database are you planning on using and what GIS types are you looking at?

minborg commented 5 years ago

Hi @sixman9. Any news on this?