luminus-template
luminus-template copied to clipboard
Support for pgjdbc-ng (more capable postgres driver)
Luminus type/protocol extensions in <app>.db.core stop working if you change the DB connection url scheme from the default postgresql:// to jdbc:pgsql://. Maybe we need an additional +pgjdbc-ng option.
The API of pgjdbc-ng is not the same as org.postgresql (e.g. lacks util.PGobject).
https://yogthos.net/posts/2016-11-05-LuminusPostgresNotifications.html (lacks protocol extensions)
I'd be open to a pr for for this.