Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 811 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 811 Bytes

Documentation

Timestampable

Adds createdAt and updatedAt properties to an entity. A listener automatically makes sure these properties are populated on creation and updating.

Documentation

Expirable

Adds expiredAt property to an entity with methods to for example easily expire and unexpire the entity. Use the expirable filter to filter expired entities from query results.

Documentation

Soft-deletable

Adds deletedAt property to an entity with methods to for example easily soft-delete and recover the entity. Use the soft-delete filter to filter soft-deleted entities from query results.

Documentation

Translatable

Documentation