7 ms·
I'm working on a simple.interface to Riak in Node so that you can just say: client.get(key) or: client.put(key, value) https://www.npmjs.com/package/rak
by thirdreplicator 10y ago
I'm working on a simple.interface to Riak in Node so that you can just say:
client.get(key)
or:
client.put(key, value)
https://www.npmjs.com/package/raku https://www.npmjs.com/package/raku
I am using that to build an ORM and a blog with GraphQL and React.