From 5a712d09dc3c5af68628f173253090b03baffd22 Mon Sep 17 00:00:00 2001 From: Matts966 Date: Sun, 17 Oct 2021 23:21:52 +0900 Subject: [PATCH] Add title for with_tables and functions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 89466dac..36fb366c 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,12 @@ You can resolve side effects such as `INSERT` and `UPDATE` statements before sim You can extract dependencies containing tables and functions by `--with_tables` and `--with_functions` options. +#### With tables + ![dag.dot](./samples/sample/with_all/dag.png) +### With functions + ![dag.dot](./samples/sample-function-dependency/with_all/dag.png) ## Parallel Execution