use sublevel
Closed this issue · 3 comments
calvinmetcalf commented
sublevel allows you to create subdbs inside the db and to have hooks when things get inserted
morganherlocker commented
Cool. I am pretty unfamiliar with leveldb-isms. Is your rtree module a good example to base this off of?
calvinmetcalf commented
it is actually me making the same mistake in as you the async branch is more idiomatic
morganherlocker commented
ok, I think I did this in a pretty reasonable way, but @calvinmetcalf let me know if it is not idiomatic.