Foundation icon indicating copy to clipboard operation
Foundation copied to clipboard

PostGIS types converters

Open sanpii opened this issue 8 years ago • 2 comments

During the last postgresql meetup, someone talked me about a good improvement: adding postgis converters.

I think this types can be provided by an extension.

I don’t use postgis, but if someone does, it’s a good issue to start contributing to pomm.

http://postgis.net/

sanpii avatar Nov 26 '16 14:11 sanpii

That's a really good idea, I can probably give some help on this one, will think about it.

First, I have to ask. How do we create an extension for Pomm?

rdavaillaud avatar Nov 26 '16 20:11 rdavaillaud

How do we create an extension for Pomm?

Great question! In this case, it’s a set of converters classes with a SessionBuilder to register this converters.

But inheritance isn’t a good patern for plugins: how can I use the model manager and this plugin? @chanmix51 I’ve missed something?

sanpii avatar Nov 26 '16 22:11 sanpii