Mike Lindenau

Results 6 comments of Mike Lindenau

ya working on below which I just put into a fork of wax... will share fork details when I have it working. Added a sync wrapper around read to work...

Ya, so my use case requires the ability to be able to switch between local, s3, and possibly another remote fs. That said, I didn't find the above suggestion so...

@tswaters you using transport type `web` (default)?

@rjrodger what the use case of the above?

I set my indexes up in the plugin init action. ``` seneca.add({ init: 'PluginName' }, function(msg, done) { const entity = seneca.make(); entity.native$(function (err, db) { db.ensureIndex(...);   }) }) ```

Hi, any updates on this?