admin管理员组文章数量:1426188
Is there any flat file database system that works well with javascript such as one in JSON format or similar. I have heard about mongodb, couchdb and others but it seems whole setup of it must be installed on the puter.
Of course, I can't use sqlite
beause I think I won't be able manipulate it via javascript and I don't want to use any server-side language for my small apps.
I searched on google as well. Basically I am just looking for flat file database system that I can put in javascript app's folder (meaning portable database and app) and be able to use it anywhere, for example on some other puter without having to install any dependencies ? Does such portable flat file database exist out there ?
Is there any flat file database system that works well with javascript such as one in JSON format or similar. I have heard about mongodb, couchdb and others but it seems whole setup of it must be installed on the puter.
Of course, I can't use sqlite
beause I think I won't be able manipulate it via javascript and I don't want to use any server-side language for my small apps.
I searched on google as well. Basically I am just looking for flat file database system that I can put in javascript app's folder (meaning portable database and app) and be able to use it anywhere, for example on some other puter without having to install any dependencies ? Does such portable flat file database exist out there ?
Share Improve this question edited Sep 22, 2017 at 17:57 CommunityBot 11 silver badge asked Feb 1, 2014 at 8:30 Dev01Dev01 4,2225 gold badges32 silver badges46 bronze badges 2- Since JS has a hard time using the local file system, perhaps localstorage suits your needs, assuming you are talking client side JS – mplungjan Commented Feb 1, 2014 at 8:32
- @mplungjan: True but LocalStorage is way small in size that's why looking if there is some other portable solution. – Dev01 Commented Feb 1, 2014 at 8:34
1 Answer
Reset to default 4How about PouchDB? It's intended for web apps that cache data offline.
本文标签: mongodbflat file database system especially for javascriptStack Overflow
版权声明:本文标题:mongodb - flat file database system especially for javascript - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745473336a2659848.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论