Remove dependency on PDO
Open
Nobody has claimed this yet.
severity:BC breaking
type:feature
- Dominant language
- PHP
- Stars
- 216
- Forks
- 51
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 2
Description
Proposed new feature or change
In general, interfaces do not depend on PDO, but it's required in composer.json. Would allow async implementations based on ReactPHP drivers, etc.
See https://habr.com/ru/articles/982174/comments/#comment_29356192
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 composer.json and inspect the database interfaces to determine where the PDO dependency is required. Compare the dependency assumptions with the proposed ReactPHP-based async implementations; the work is done when PDO is no longer required while the library's existing interfaces remain usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100