yiisoft / yiisoft/db

Remove dependency on PDO

Open
#1,149 0 comments 6 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.