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
I am using sqlite but was forced to install zookeeper on my system in order to build the jobqueue package. Is there a way to encapsulate this dependency the way HDBC does with its various adapters?
The text was updated successfully, but these errors were encountered:
I also want that to support various backends but it needs package and API refactoring. The current API allows backend instantiation based on the scheme part of URI-like string but I'm afraid that it is difficult to realize this without depending on DB libraries. I think some API change will be needed. Anyway, I will check what other libraries do for this.
I am using sqlite but was forced to install zookeeper on my system in order to build the jobqueue package. Is there a way to encapsulate this dependency the way HDBC does with its various adapters?
The text was updated successfully, but these errors were encountered: