luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
648 stars 146 forks source link

Support for pgjdbc-ng (more capable postgres driver) #281

Open not-raspberry opened 7 years ago

not-raspberry commented 7 years ago

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)

yogthos commented 7 years ago

I'd be open to a pr for for this.