Tianzhou
Tianzhou
See: https://github.com/marketplace/actions/sql-review Parse and check the SQL statement according to the [SQL review rules](https://www.bytebase.com/sql-review-guide) to detect SQL anti-patterns and enforce schema consistency across the organization. This is particularly helpful for...
**What changed?** Use https://github.com/marketplace/actions/sql-review GitHub Action to enforce schema consistency for MySQL and PostgreSQL. **Why?** It's a SQL lint to enforce schema consistency for team development **How did you test...
https://github.com/bytebase/bytebase supports PostgreSQL and is the only database CI/CD solution included by the CNCF landscape https://landscape.cncf.io/?selected=bytebase
https://github.com/bytebase/bytebase supports PostgreSQL and is the only database DevOps and CI/CD solution included by the CNCF landscape https://landscape.cncf.io/?selected=bytebase and Platform Engineering https://platformengineering.org/tools/bytebase [](https://star-history.com/#bytebase/bytebase&Date)
The validation logic can be copied from https://github.com/bytebase/bytebase/blob/332495c0cb75a17f00827a10e6a4893f915d6ba8/server/webhook.go#L442-L454
As Star History becomes popular, we are hitting the GitHub API rate limit. We need to round-robin API tokens from different GitHub users to work around the limit. You can...