Todo Updates
This commit is contained in:
16
README.md
16
README.md
@@ -6,13 +6,13 @@ RelSpec is a comprehensive database relations management tool that reads, transf
|
||||
|
||||
## Overview
|
||||
|
||||
RelSpec provides bidirectional conversion between various database specification formats, allowing you to:
|
||||
RelSpec provides bidirectional conversion and comparison between various database specification formats, allowing you to:
|
||||
- Inspect live databases and extract their structure
|
||||
- Convert between different ORM models (GORM, Bun)
|
||||
- Transform legacy schema definitions (Clarion DCTX, XML, JSON)
|
||||
- Generate standardized specification files (JSON, YAML)
|
||||
- Convert between different ORM models (GORM, Bun , etc.)
|
||||
- Transform legacy schema definitions (Clarion DCTX, XML, JSON, etc.)
|
||||
- Generate standardized specification files (JSON, YAML, etc.)
|
||||
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
@@ -34,6 +34,8 @@ RelSpec provides bidirectional conversion between various database specification
|
||||
|
||||
```bash
|
||||
go get github.com/wdevs/relspecgo
|
||||
|
||||
go install -v git.warky.dev/wdevs/relspecgo/cmd/relspec@latest
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -66,6 +68,10 @@ relspecgo/
|
||||
└── tests/ # Test files
|
||||
```
|
||||
|
||||
## Todo
|
||||
|
||||
[Todo List of Features](./TODO.md)
|
||||
|
||||
## Development
|
||||
|
||||
### Prerequisites
|
||||
|
||||
Reference in New Issue
Block a user