I’ve got a project which needs to be done. However, one of the strict requirements of the project is that it should not involve any database. My question is, does HTML5 localstorage qualify as a database?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In a practical sense I wouldn’t consider it to be a database.
But from the definition it could qualify as a database, but not as a database management system (check wikipedia for the definition: http://en.wikipedia.org/wiki/Database ).
Sometimes the terms are used interchangeably, so it is a bit hard to give a definitive answer. Does the project specify what it means by that?