Foundation
Foundation copied to clipboard
PostGIS types converters
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/
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?
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?