philippgrashoff/traitsforatkdata

There is no license information available for the latest version (2.4.2) of this package.

2.4.2 2022-08-29 20:12 UTC

This package is auto-updated.

Last update: 2024-04-20 20:55:34 UTC


README

codecov

A small collection of traits which I find helpful:

CachedModelTrait: Usually added to App to cache model records which are often used in read-only mode.

CryptIdTrait: Generate a cryptic ID for a model field like adfsdfkj2-f23ref-rwe in a custom format of your choice

UniqueFieldTrait: Check if a field of a model has a unique value across all model records.

EncryptedFieldTrait: Store the field value encrypted in Database.