move strategy details for each adapter into respective READMEs.

This commit is contained in:
Micah Geisel 2019-05-20 16:21:44 -06:00
parent b4850f6616
commit 310a1bfdf5
11 changed files with 254 additions and 34 deletions

View file

@ -16,6 +16,25 @@ group :test do
end
```
## Supported Strategies
<table>
<tbody>
<tr>
<th>Truncation</th>
<th>Transaction</th>
<th>Deletion</th>
</tr>
<tr>
<td> <b>Yes</b></td>
<td> No</td>
<td> No</td>
</tr>
</tbody>
</table>
(Default strategy is denoted in bold)
## Configuration options
<table>