diff --git a/README.md b/README.md index d418e86..eafdf66 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # RelSpec +[![Release](https://img.shields.io/gitea/v/release/wdevs/relspecgo?gitea_url=https://git.warky.dev&label=release)](https://git.warky.dev/wdevs/relspecgo/releases/latest) +[![CI](https://git.warky.dev/wdevs/relspecgo/actions/workflows/ci.yml/badge.svg)](https://git.warky.dev/wdevs/relspecgo/actions/workflows/ci.yml) +[![Integration Tests](https://git.warky.dev/wdevs/relspecgo/actions/workflows/integration-tests.yml/badge.svg)](https://git.warky.dev/wdevs/relspecgo/actions/workflows/integration-tests.yml) +[![Go Version](https://img.shields.io/badge/go-1.24.0-blue.svg)](https://go.dev/dl/) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) + > Database Relations Specification Tool for Go RelSpec is a comprehensive database relations management tool that reads, transforms, and writes database table specifications across multiple formats and ORMs. diff --git a/pkg/inspector/TODO.md b/pkg/inspector/TODO.md index 89661b8..de0414a 100644 --- a/pkg/inspector/TODO.md +++ b/pkg/inspector/TODO.md @@ -38,6 +38,11 @@ See the [Inspector README](./README.md) for complete documentation of implemente - [ ] Unused indexes detection - [ ] Missing indexes on commonly filtered columns - [ ] Table size estimates and warnings for large tables +- [ ] Function naming conventions (here we have my rules used in Bitech etc. Work from a rules file.) +- [ ] View naming conventions +- [ ] Enum naming conventions +- [ ] Custom type naming conventions +- [ ] Table name consistency across related tables #### Auto-Fix Capabilities - [ ] Auto-fix mode (`relspec inspect --fix`)