luminus-framework / luminus-framework/luminus-template
Support for pgjdbc-ng (more capable postgres driver)
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 648
- Forks
- 143
- PR merge metrics
- No merged PRs in 30d
Description
Luminus type/protocol extensions in `.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)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Luminus type/protocol extensions under .db.core and compare their assumptions about the default postgresql:// driver with the jdbc:pgsql:// scheme used by pgjdbc-ng. Review the referenced PostgreSQL notifications example and determine the required protocol-extension behavior, including compatibility with pgjdbc-ng's different API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, postgresql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100