diff --git a/README.md b/README.md index df30cf3..e6b5c44 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ $ cargo install --version 0.1.0-alpha.1 gobang | | Move focus to right | | | Move focus to left | | / | Filter | +| 1, 2, 3, 4, 5 | Switch to records, columns, constraints, foreign keys, indexes tab | ## Configuration @@ -65,4 +66,15 @@ user = "root" host = "localhost" port = 3306 database = "foo" + +[[conn]] +type = "postgres" +user = "root" +host = "localhost" +port = 5432 +database = "bar" + +[[conn]] +type = "sqlite" +path = "/path/to/baz.db" ```