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
Currently, key methods in KahaDB are private or package-private and block the ability for KahaDB to be extended. This requires extended implementations to share package namespace and is not ideal for maintaining clean code separation.
Currently, key methods in KahaDB are private or package-private and block the ability for KahaDB to be extended. This requires extended implementations to share package namespace and is not ideal for maintaining clean code separation.