v2.3.0
Added
- You can now use Laravel's
exists
validation rule with Sushi models with thesushi.
connection prefix. #88 - Add
sushiShouldCache()
andsushiCacheReferencePath()
methods for caching->getRows()
datasets #94 - Make chunk insert size configurable using new
$sushiInsertChunkSize
property #92
Fixed
- Avoid error when creating database concurrently #93