Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (6.1k points)

Is it possible to have a portable MongoDB instance?

I want to make an application using Javascript and HTML5. I want to store data in a /data folder, and each collection would be a .json file, but hardcoding a literal database is a little tough for me.

I researched on google some Javascript-made JSON databases as a reference and I really liked bson format.

1 Answer

0 votes
by (11.7k points)

While I was studying about this, I came across this article where I have found that MongloDB which looks exactly the same as the MongoDB interface makes it easy to back with local storage or a cache and Ajax to a server-side store. Which can solve your issue. 

The link to the MongloDB is here.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
4 answers
asked Mar 10, 2021 in SQL by rahulnayar01123 (6.1k points)
0 votes
1 answer
asked Feb 16, 2021 in SQL by rahulnayar01123 (6.1k points)

Browse Categories

...