From 7828d2eaf85b12b133476fb23c40d82cdaba5e5d Mon Sep 17 00:00:00 2001 From: k1LoW Date: Thu, 26 Jul 2018 00:40:20 +0900 Subject: [PATCH] Add NOTICE about password URL-encoding --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6367550d..9ac39343 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ If you can use Graphviz `dot` command, `tbls doc` generate ER diagram images at Sample [document](sample/postgres/) and [schema](test/pg.sql). +> NOTICE: If you are using a symbol such as `#` `<` in database password, URL-encode the password + ### Diff database schema and document `tbls diff` shows the difference between database schema and generated document.