mirror of
				https://github.com/DatabaseCleaner/database_cleaner
				synced 2023-03-27 23:22:03 -04:00 
			
		
		
		
	move strategy details for each adapter into respective READMEs.
This commit is contained in:
		
							parent
							
								
									b4850f6616
								
							
						
					
					
						commit
						310a1bfdf5
					
				
					 11 changed files with 254 additions and 34 deletions
				
			
		| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue