Skip to content

Tool to compare MySQL schemas against multiple AWS RDS clusters

License

Notifications You must be signed in to change notification settings

Doist/schema-similarity-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schema-similarity-check

This program fetches matching database schemas from one or more AWS MySQL clusters and outputs any differences found.

Usage example:

schema-similarity-check -pat '%mydb%' prod/service-shard{1..5}

Here -pat sets the SQL pattern used to match MySQL database names via the LIKE operator, and prod/service-shard1 to prod/service-shard5 are AWS Secrets Manager secrets containing RDS cluster connection details and credentials.

About

Tool to compare MySQL schemas against multiple AWS RDS clusters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages