evrone / go-clean-template

Clean Architecture template for Golang services
MIT License
6.31k stars 535 forks source link

feat: add SQL Review Action to check SQL anti-pattern and enforce schema consistency #159

Closed tianzhou closed 6 months ago

tianzhou commented 2 years ago

See: https://github.com/marketplace/actions/sql-review

Parse and check the SQL statement according to the SQL review rules to detect SQL anti-patterns and enforce schema consistency across the organization.

This is particularly helpful for template repositories like go-clean-template

tianzhou commented 2 years ago

Ping

tianzhou commented 1 year ago

Ping, could anyone help merge this?