Bring Neon and MySQL to parity across all docs#32
Open
teknogeek0 wants to merge 1 commit into
Open
Conversation
Picks up the missing provider/engine mentions surfaced by an audit of every .md file in the repo after the 1.2.0 release: - README.md: mention MySQL/Vitess in the overview - docs/performance_considerations.md: include Heroku Postgres + Neon in the managed-services list - docs/providers/README.md: add neon install line, neon to the JSON output example, drop the stale (now-incomplete) Provider Comparison table - sql_discovery/README.md: add Supabase and Neon to the managed PG services the standalone SQL script supports - docs/troubleshooting.md: broaden the managed-services list to match - docs/providers/aws.md: note PostgreSQL and MySQL engines in the Aurora/RDS overview line - docs/providers/gcp.md: note PostgreSQL and MySQL engines in the Cloud SQL overview line - docs/mysql.md: callout clarifying that AWS and GCP cloud analyzers cover MySQL, but the Supabase/Heroku/Neon providers are Postgres-only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Post-1.2.0 docs audit. Reviewed every
.mdfile in the repo for places where Neon or MySQL/Vitess should be mentioned alongside the other providers/engines but were missing. Fills in the gaps.Changes
README.mddocs/performance_considerations.mddocs/providers/README.mdneoninstall line,neonto JSON-output example, drops the stale Provider Comparison tablesql_discovery/README.mddocs/troubleshooting.mddocs/providers/aws.mddocs/providers/gcp.mddocs/mysql.mdTest plan
grep -ciE 'neon|mysql'recount across all .md files confirms no other gaps