Use Foldable instead of List when inserting
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1.7k
- Forks
- 175
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 9
Description
It would be nice if we could allow other collection such as Vector to be used while inserting the data.
https://tpolecat.github.io/skunk/tutorial/Command.html#list-parameters
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 with the Command tutorial's list-parameters section linked in the issue, then trace the insertion API it describes. The change is complete when collection types such as Vector can be used for inserting data without being restricted to List; the issue names no source file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgres, scala
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100