• If you want a pure key-value store, have you looked at Redis (http://redis.io)?

    It basically responds to commands like:SET key value...andGET key

    There is a nice online demo at http://try.redis.io/, where you can try out the basics.