Skip to content

Commit

Permalink
Merge pull request #247 from k1LoW/move-cacoo
Browse files Browse the repository at this point in the history
Move `tbls out -t cacoo` to `tbls cacoo csv` (tbls-cacoo)
  • Loading branch information
k1LoW authored Jul 30, 2020
2 parents c14d2b1 + 3d75388 commit ae5b79c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 281 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,12 +783,6 @@ $ tbls out -t yaml -o schema.yaml
$ tbls out -t xlsx -o schema.xlsx
```

**CSV for [Cacoo's Database Schema Importer](https://support.cacoo.com/hc/en-us/articles/360045672494):**

``` console
$ tbls out -t cacoo -o schema.csv
```

**.tbls.yml:**

``` console
Expand Down
3 changes: 0 additions & 3 deletions cmd/out.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
"github.com/k1LoW/tbls/config"
"github.com/k1LoW/tbls/datasource"
"github.com/k1LoW/tbls/output"
"github.com/k1LoW/tbls/output/cacoo"
tbls_config "github.com/k1LoW/tbls/output/config"
"github.com/k1LoW/tbls/output/dot"
"github.com/k1LoW/tbls/output/gviz"
Expand Down Expand Up @@ -104,8 +103,6 @@ var outCmd = &cobra.Command{
o = xlsx.New(c)
case "plantuml":
o = plantuml.New(c)
case "cacoo":
o = cacoo.New(c)
case "png", "svg", "jpg":
c.ER.Format = format
o = gviz.New(c)
Expand Down
148 changes: 0 additions & 148 deletions output/cacoo/cacoo.go

This file was deleted.

124 changes: 0 additions & 124 deletions output/cacoo/cacoo_test.go

This file was deleted.

0 comments on commit ae5b79c

Please sign in to comment.