docs: list MySQL and its drivers alongside PostgreSQL and SQLite - #267
Conversation
The 0.9.0 MySQL support was missing from the docs landing pages, the guide index, the README feature list, and the social preview card. The og-image tagline drops the "A sqlc plugin - " prefix so the third engine fits at the same font size.
|
|
@coderabbitai full-review |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
✅ Action performedFull review finished. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (4)
Included review availability: 4 reviews are currently available. Based on recent review activity, included reviews refill at 5 per hour. 📝 WalkthroughWalkthroughUpdated the README and documentation pages to describe PostgreSQL enum types and MySQL enum columns as Merge Risk: ⚪ Minimal · up to This documentation-only change adds MySQL and its drivers to the listed options and updates the social card; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
0.9.0 shipped MySQL but a few pages never got the memo: the docs landing page still listed only PostgreSQL and SQLite as engines, the driver lists skipped
asyncmy/pymysql, and the og-image tagline did too.Also redid the social card. Dropped the
A sqlc plugin -prefix so the third engine fits without shrinking the font.Needs the
skip-fragment-checklabel, docs only.