Copy Cap'n'web's `.map` function which effectively allows batching an N+1 query. If this could work it would make splitting up your queries much more natural without a huge performance penalty. [`RpcPromise<T>`](https://github.com/cloudflare/capnweb#rpcpromiset)
Copy Cap'n'web's
.mapfunction which effectively allows batching an N+1 query.If this could work it would make splitting up your queries much more natural without a huge performance penalty.
RpcPromise<T>