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
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
fix: init db in overridable method for easier extending (#21)
Sometimes you might want to pass a fully initialised level instance
to the LevelDatastore constructor or use a singleton or something
else.
Instead of creating the level instance in the constructor this change
adds a method that child classes can override to tweak the behaviour
as they see fit.
0 commit comments