yesodweb / yesodweb/persistent
`persistent-postgresql` parity with `create` and `with` for SQL pools
Open
Nobody has claimed this yet.
Postgres
- Dominant language
- Haskell
- Stars
- 486
- Forks
- 306
- PR merge metrics
- No merged PRs in 30d
Description
We're using createPostgresqlPoolModified at work and have to rewrite the logic for withPostgresqlPool because there isn't a corresponding withPostgresqlPoolModified. We should support this.
Contributor guide
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
Locate the implementation of createPostgresqlPoolModified and the existing withPostgresqlPool API, then compare how the pool options and lifecycle logic are handled. Add the missing withPostgresqlPoolModified parity requested in the issue and verify that callers can use it without rewriting the logic themselves.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell, postgresql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100