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
However, I think we could do equally good by only exposing parts of the interface and limit the scope of each accessor. For example, I would like to generate the temporary file location on the disk using the URIResolver and making sure they are removed once the URIResolver is out of scope, so accessor don't have to worry about such problems. Same goes for encryption of passwords for database based accessors.
We need a generic plugin registry that can load up multiple accessors easily, and provide an interface that's flexible and easy enough to customize.
The text was updated successfully, but these errors were encountered: