We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like refresh() method is missing from DynamoDbModel, leading to asking the relational db for the model.
refresh()
DynamoDbModel
The text was updated successfully, but these errors were encountered:
Yes, we don't have refresh yet
refresh
leading to asking the relational db for the model.
What do you mean by this?
Sorry, something went wrong.
@baopham when you have both a relational database and DynamoDb configured, then the Elonquent's Model refresh gets called.
4d30663
Done, it is now in version 4.5.0
No branches or pull requests
Looks like
refresh()
method is missing fromDynamoDbModel
, leading to asking the relational db for the model.The text was updated successfully, but these errors were encountered: