简体   繁体   English

保存数据库并将其与html5本地存储同步

[英]Saving and syncing a database with the html5 local storage

I want to create an online operating system, I just have one problem: the database. 我想创建一个在线操作系统,我只有一个问题:数据库。 I want to sync the local storage with an online sqlite database. 我想将本地存储与在线sqlite数据库同步。 But i am not a database expert! 但是我不是数据库专家!

The local storage and db will be used to save the apps the user had installed. 本地存储和数据库将用于保存用户已安装的应用程序。

Try looking at persistence sync. 尝试查看持久性同步。 http://persistencejs.org/ http://persistencejs.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM