我目前正在使用 Html5 和 javascript进行客户端项目。我需要创建一个大型数据库(几乎 2GB),并且我需要使这个数据库具有可移植性。换句话说,我实际上需要将数据库存储到一个二进制文件中,迁移它,并检索它的信息。
作为我最近研究的结果,我发现了两个很好的解决方案(尤其是对于 Android 和 IOS)
But none of them really helped me. I should mention that my application is going to work on Desktop, Android, IOS, and any other platform that is going to support most of HTML5 features.
I should also mention that my DB is preloaded.