yesodweb / yesodweb/persistent
Support `constraint=` syntax on postgresql and sqlite backends
Open
Nobody has claimed this yet.
enhancement
good first issue
Postgres
Sqlite
- Dominant language
- Haskell
- Stars
- 486
- Forks
- 306
- PR merge metrics
- No merged PRs in 30d
Description
#937 introduced constraint= syntax to the persistent quasiquoter and added support for persistent-mysql. This should also be added to persistent-postgresql and persistent-sqlite.
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
Start by reading issue #937 and the existing constraint= implementation in the persistent quasiquoter, then compare the persistent-mysql support with the persistent-postgresql and persistent-sqlite packages. Done means both named backends accept the same constraint= syntax.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell, postgresql, sqlite
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100