gents, quick question, I was checking if it was po...
# questions
p
gents, quick question, I was checking if it was possible to manage postgres patitions in gorm and stumbled upon this unmaintained plugin https://github.com/gpc/grails-postgresql-extensions . Is there any desire to maintain it in the future?
j
As long as someone volunteers it can easily be updated. Simpler plugins took a couple hours to update for Grails 7 and more complex one likes the database migration plugin (mostly Liquibase changes) took a couple days. It is currently on GPC which uses
io.github.gpc
maven groupid. If we want it to keep
org.grails.plugins
, it could be moved to https://github.com/grails-plugins
s
I moved it to GPC because I have a client that might need it. I am in favor or moving til to
org.grails.plugins
instead
I would make a Grails 6 version first though.
p
I'm not too familiar with postgres, in other case I would volunteer to take a look, though I might need the postgres partition support for a future project to generate different tables for different years, specially for logs stored locally that grow in time and mysql doesn't have that feature