You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everybody. I am trying to implement laravel-activitylog contracts with your library. I have a problem calling $this->MorphTo() because dynamodb does not support connections. How can I fix or replace this logic?
The text was updated successfully, but these errors were encountered:
Most libraries that work with DBs are typically designed for RDBs. However, because of the unique characteristics of DynamoDB, this library does not support relational features. In this situation, I would suggest either making your own logging functionality or opting for an RDB.
Hi everybody. I am trying to implement laravel-activitylog contracts with your library. I have a problem calling $this->MorphTo() because dynamodb does not support connections. How can I fix or replace this logic?
The text was updated successfully, but these errors were encountered: