Skip to content

Releases: affordablemobiles/eloquent-datastore

Datastore TTL support

06 Sep 12:52

Choose a tag to compare

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

08 Jun 09:36

Choose a tag to compare

v1.0.9

php-cs-fixer

Model Cache

22 Apr 16:06
780624f

Choose a tag to compare

Merge pull request #3 from a1comms/feature/cache

Model cache

Namespaces: Multi Tenancy

31 Mar 10:43

Choose a tag to compare

v1.0.7

update README

Relationships & Ancestor Queries

31 Mar 08:58
0aad298

Choose a tag to compare

Merge pull request #2 from a1comms/feature/ancestor-relations

Relationships: Ancestor & Descendants

User Specified `string` Keys

22 Mar 15:20

Choose a tag to compare

v1.0.5

fix README

Bug Fix: Batch Insert

22 Mar 10:05

Choose a tag to compare

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

18 Mar 15:11

Choose a tag to compare

v1.0.3

don't export examples

Further Along

16 Mar 16:51

Choose a tag to compare

v1.0.2

update README

The Basics

11 Mar 15:24

Choose a tag to compare

This release should include all the basics, tested & working to get started on Laravel 9.x

More improvements will come in time.