Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要同步我正在构建的扩展的 WebDB,并且正在考虑使用 GoogleDocs 电子表格作为存储,因此扩展应该能够读/写“文件”以保持同步。(电子表格的每一行都是一个数据库记录)
这是可行的,还是有更好的解决方案?
非常有趣的想法。但你会有性能问题。Google api 需要 oauth 来进行服务器端的授权过程。所以你的服务器必须从谷歌加载数据然后解析它并发送给客户端。mysql 会做得更好。