-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
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
Inject an instantiated persistence handler. #53
base: master
Are you sure you want to change the base?
Conversation
Hi, This is exactly the feature I was searching for but couldn't find in the current code. I hope this feature is merged into this library soon! |
Is there any way we can support to get this merged? |
Do I need to do anything else here? |
Hi, the current method of creating a custom persistence handler doest allow the developer access to the constructor or setter methods.
Instead, consider injecting a custom persistence handler. I've done this by adding the custom handler to the config array at run time.
Although better yet would be a setter method.