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
I made a library to suit my needs: https://github.com/m-onz/hyperdb-plug-socket ... it only supports get/put/createReadStream... (thats all i need for now). It would be possible to use javascript Proxies or something more complicated.
This is more a feature request / proposal... it would be nice if there was neat way to apply a transformation on incoming and outgoing data.
The idea is that those functions are called before any data is inserted or retrieved (before the data is returned from streams and callbacks).
There may already be a nice way to do this stuff, and the API is just a proposal at this stage. All comments and thoughts welcome!
The text was updated successfully, but these errors were encountered: