I am creating an online OS and to save apps that are installed I would use a database
and persistence.js; which database is the best for that use?
I am creating an online OS and to save apps that are installed I
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.
I’d say it depends on your audience – if you have a lot of users you’re going to want a dedicated daemon – so MySQL, Postgres and many others – however if it’s just for you I’d use SQLite. You can always migrate later on rather than worrying about this now.