feature: I had an idea
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# RelSpec
|
# RelSpec
|
||||||
|
|
||||||
|
[](https://git.warky.dev/wdevs/relspecgo/releases/latest)
|
||||||
|
[](https://git.warky.dev/wdevs/relspecgo/actions/workflows/ci.yml)
|
||||||
|
[](https://git.warky.dev/wdevs/relspecgo/actions/workflows/integration-tests.yml)
|
||||||
|
[](https://go.dev/dl/)
|
||||||
|
[](LICENSE)
|
||||||
|
|
||||||
> Database Relations Specification Tool for Go
|
> 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.
|
RelSpec is a comprehensive database relations management tool that reads, transforms, and writes database table specifications across multiple formats and ORMs.
|
||||||
|
|||||||
@@ -38,6 +38,11 @@ See the [Inspector README](./README.md) for complete documentation of implemente
|
|||||||
- [ ] Unused indexes detection
|
- [ ] Unused indexes detection
|
||||||
- [ ] Missing indexes on commonly filtered columns
|
- [ ] Missing indexes on commonly filtered columns
|
||||||
- [ ] Table size estimates and warnings for large tables
|
- [ ] 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 Capabilities
|
||||||
- [ ] Auto-fix mode (`relspec inspect --fix`)
|
- [ ] Auto-fix mode (`relspec inspect --fix`)
|
||||||
|
|||||||
Reference in New Issue
Block a user