Open juliangruber opened 10 years ago
Some modules add more than just methods to dbs, e.g. level-sec adds db.by$1.{get,del,create*Stream}. I'll work on a patch to support nested objects, then multilevel can be patched to register the correct rpc hooks.
db.by$1.{get,del,create*Stream}
Any thoughts?
closing in favor of #5
Some modules add more than just methods to dbs, e.g. level-sec adds
db.by$1.{get,del,create*Stream}
. I'll work on a patch to support nested objects, then multilevel can be patched to register the correct rpc hooks.