Releases: affordablemobiles/eloquent-datastore
Releases · affordablemobiles/eloquent-datastore
Datastore TTL support
Support for Datastore TTL:
https://cloud.google.com/datastore/docs/ttl
Adds $expireAfter to the model, which should be set to a CarbonInterval if you want it to expire.
If that model property is set, an expire_at column is written on every save, similar to the build in updated_at column.
always force datastore connection
v1.0.9 php-cs-fixer
Model Cache
Merge pull request #3 from a1comms/feature/cache Model cache
Namespaces: Multi Tenancy
v1.0.7 update README
Relationships & Ancestor Queries
Merge pull request #2 from a1comms/feature/ancestor-relations Relationships: Ancestor & Descendants
User Specified `string` Keys
v1.0.5 fix README
Bug Fix: Batch Insert
Fix a bug with batch insert caused by weird variable scoping behaviour, resulting in records sharing data from previous array members.
Improve Batch Update & Examples
v1.0.3 don't export examples
Further Along
v1.0.2 update README
The Basics
This release should include all the basics, tested & working to get started on Laravel 9.x
More improvements will come in time.