Has anyone heard of an enterprise grade database abstraction layer that builds on Google Protocol Buffers
I can foresee such a DB tool set would have great possibilities from mobile computing all the way through to enterprise system development.
Has anyone heard of an enterprise grade database abstraction layer that builds on Google Protocol Buffers
I can foresee such a DB tool set would have great possibilities from mobile computing all the way through to enterprise system development.
I reckon any key-value store (eg. Redis) will do? Maybe Riak would be a decent candidate as it provides a protobuf API. Eventually all you need to do is handle serialization and deserialization but that should be a rather thin layer on top of a lightweight client which does not attempt to do any of that for you.