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 Dec 6, 2018. It is now read-only.
When wrapping my leveldb in sublevel I can no longer reopen the database. Am I missing something?
Okay fixed it by just closing and recreating the database. But maybe this is an opportunity to document that one doesn't get a leveldb with just something added to it. There are actual API differences like open() not being present and the promise feature beeing broken because callbacks are added even when none are provided.