问题
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.
回答1:
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.
来源:https://stackoverflow.com/questions/17441428/protocol-buffer-database-abstraction-framework