Non-scalar datatypes in NoSQL databases #789
Unanswered
felipefrancesco-yapoli
asked this question in
Q&A
Replies: 1 comment
-
|
@felipefrancesco-yapoli try this out if it helps https://github.com/infinitypaul/laravel-dynamodb-auditing it integrate well with dynamodb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've been trying to use Laravel Auditing with a DynamoDB database. Functionally it works fine and is able to record every CRUD events on models. However I do have some fields which are non-scalar types which in the model are mapped as arrays. So, I realized that non-scalar types are skipped when recording old and new values.
Is there anyone using this kind of NoSQL database and/or is there any new feature planned to be able to record those non-scalar types?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions