Skip to content

Commit

Permalink
make doc
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jul 8, 2020
1 parent bdc17bd commit 3267cc8
Show file tree
Hide file tree
Showing 354 changed files with 13,195 additions and 126 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ doc: build doc_sqlite
./tbls doc ms://SA:MSSQLServer-Passw0rd@localhost:11433/testdb -c testdata/test_tbls.yml -f sample/mssql
env AWS_ENDPOINT_URL=http://localhost:18000 ./tbls doc dynamodb://ap-northeast-1 -c testdata/test_tbls_dynamodb.yml -f sample/dynamodb
./tbls doc pg://postgres:pgpass@localhost:55432/testdb?sslmode=disable -c testdata/test_tbls_postgres.yml -j -f sample/adjust
./tbls doc my://root:mypass@localhost:33306/testdb -c testdata/test_tbls.yml -t svg -f sample/svg
./tbls doc my://root:mypass@localhost:33306/testdb -c testdata/test_tbls.yml -t png -f sample/png
./tbls doc my://root:mypass@localhost:33306/testdb -c testdata/exclude_test_tbls.yml -f sample/exclude
./tbls doc my://root:mypass@localhost:33306/testdb -c testdata/dict_test_tbls.yml -f sample/dict
./tbls doc my://root:mypass@localhost:33306/testdb -c testdata/font_test_tbls.yml -f sample/font
Expand All @@ -59,7 +59,7 @@ testdoc: testdoc_sqlite
./tbls diff ms://SA:MSSQLServer-Passw0rd@localhost:11433/testdb -c testdata/test_tbls.yml sample/mssql
env AWS_ENDPOINT_URL=http://localhost:18000 ./tbls diff dynamodb://ap-northeast-1 -c testdata/test_tbls_dynamodb.yml sample/dynamodb
./tbls diff pg://postgres:pgpass@localhost:55432/testdb?sslmode=disable -c testdata/test_tbls_postgres.yml -j sample/adjust
./tbls diff my://root:mypass@localhost:33306/testdb -c testdata/test_tbls.yml -t svg sample/svg
./tbls diff my://root:mypass@localhost:33306/testdb -c testdata/test_tbls.yml -t png sample/png
./tbls diff my://root:mypass@localhost:33306/testdb -c testdata/exclude_test_tbls.yml sample/exclude
./tbls diff my://root:mypass@localhost:33306/testdb -c testdata/dict_test_tbls.yml sample/dict
./tbls diff my://root:mypass@localhost:33306/testdb -c testdata/font_test_tbls.yml sample/font
Expand Down
2 changes: 1 addition & 1 deletion sample/adjust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Sample PostgreSQL database document.

## Relations

![er](schema.png)
![er](schema.svg)

---

Expand Down
2 changes: 1 addition & 1 deletion sample/adjust/administrator.blogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## Relations

![er](administrator.blogs.png)
![er](administrator.blogs.svg)

---

Expand Down
Binary file removed sample/adjust/administrator.blogs.png
Binary file not shown.
75 changes: 75 additions & 0 deletions sample/adjust/administrator.blogs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sample/adjust/backup.blog_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## Relations

![er](backup.blog_options.png)
![er](backup.blog_options.svg)

---

Expand Down
Binary file removed sample/adjust/backup.blog_options.png
Binary file not shown.
66 changes: 66 additions & 0 deletions sample/adjust/backup.blog_options.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sample/adjust/backup.blogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## Relations

![er](backup.blogs.png)
![er](backup.blogs.svg)

---

Expand Down
Binary file removed sample/adjust/backup.blogs.png
Binary file not shown.
Loading

0 comments on commit 3267cc8

Please sign in to comment.