Skip to content

Add support for MySQL/MariaDB - #372

Open
GoNzCiD wants to merge 1 commit into
dannymcc:mainfrom
GoNzCiD:mysql-mariadb
Open

Add support for MySQL/MariaDB#372
GoNzCiD wants to merge 1 commit into
dannymcc:mainfrom
GoNzCiD:mysql-mariadb

Conversation

@GoNzCiD

@GoNzCiD GoNzCiD commented Sep 6, 2026

Copy link
Copy Markdown

Summary

Added support for using MySQL/MariaDB databases

Changelog

  • Added:
    • MySQL/MariaDB support

Testing

How were these changes tested?

  • Tested locally
  • Tested with Docker image

Summary by CodeRabbit

  • Documentation
    • Updated configuration guidance to list MySQL and MariaDB as supported database options alongside PostgreSQL.

@coderabbitai

coderabbitai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: 13b7b86a-a607-477f-ba2c-275154ce2b53

📥 Commits

Reviewing files that changed from the base of the PR and between 55158ac and 92407b6.

📒 Files selected for processing (2)
  • README.md
  • requirements.txt

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

The README now documents MySQL and MariaDB alongside PostgreSQL. requirements.txt adds pymysql>=1.2.0 as a runtime dependency.

Changes

Database support

Layer / File(s) Summary
Database configuration and dependency
README.md, requirements.txt
The configuration examples document MySQL and MariaDB support. The requirements add PyMySQL version 1.2.0 or newer.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Merge Risk: ⚪ Minimal · up to 92407

The application now documents MySQL and MariaDB connection options and installs PyMySQL for those configurations. No merge-blocking behavior or deployment risk is identified.

Suggested reviewers: dannymcc

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The description includes the required Summary, Changelog, and Testing sections. It states the MySQL/MariaDB change and confirms local and Docker testing. The unused Changelog categories are not requir…
Title check ✅ Passed The title clearly and concisely identifies the main change: support for MySQL and MariaDB.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@GoNzCiD GoNzCiD mentioned this pull request Sep 6, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant