|
|
|
|
|
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/rakuI am using that to build an ORM and a blog with GraphQL and React. |
|