Skip to content

Conversation

@f3l1x
Copy link
Member

@f3l1x f3l1x commented Nov 9, 2025

  • Nextras DBAL (v3.0, v4.0, v5.0)
  • Dibi (v3.0, v4.0, v5.0)
  • Cycle ORM (v1.0, v2.0)

Closes #1
Closes #2

This commit adds benchmark implementations for three popular PHP database libraries:

- Nextras DBAL (v3.0, v4.0, v5.0): Low-level database abstraction layer by Nextras
- Dibi (v3.0, v4.0, v5.0): Popular Czech database abstraction layer by David Grudl
- Cycle ORM (v1.0, v2.0): Modern DataMapper ORM for PHP 7.2+

Each implementation follows the existing benchmark pattern: selecting 500 employees
and displaying their salaries and departments. Updated README to document the new
libraries in appropriate categories (ORM/DBAL/ActiveRecord).
@coderabbitai
Copy link

coderabbitai bot commented Nov 9, 2025

Warning

Rate limit exceeded

@f3l1x has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 7 minutes and 31 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 55f8be5 and b858526.

📒 Files selected for processing (17)
  • dbal/README.md (1 hunks)
  • dbal/cycle-orm/v1.0/composer.json (1 hunks)
  • dbal/cycle-orm/v1.0/run-employees.php (1 hunks)
  • dbal/cycle-orm/v2.0/composer.json (1 hunks)
  • dbal/cycle-orm/v2.0/run-employees.php (1 hunks)
  • dbal/dibi/v3.0/composer.json (1 hunks)
  • dbal/dibi/v3.0/run-employees.php (1 hunks)
  • dbal/dibi/v4.0/composer.json (1 hunks)
  • dbal/dibi/v4.0/run-employees.php (1 hunks)
  • dbal/dibi/v5.0/composer.json (1 hunks)
  • dbal/dibi/v5.0/run-employees.php (1 hunks)
  • dbal/nextras-dbal/v3.0/composer.json (1 hunks)
  • dbal/nextras-dbal/v3.0/run-employees.php (1 hunks)
  • dbal/nextras-dbal/v4.0/composer.json (1 hunks)
  • dbal/nextras-dbal/v4.0/run-employees.php (1 hunks)
  • dbal/nextras-dbal/v5.0/composer.json (1 hunks)
  • dbal/nextras-dbal/v5.0/run-employees.php (1 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch claude/dbal-library-benchmark-011CUxHJxG5j7TA4Ba1nXjup

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

This was referenced Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Add NextrasDbal Add Dibi

3 participants