Hacker News new | ask | show | jobs
by thirdreplicator 3381 days 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

I am using that to build an ORM and a blog with GraphQL and React.