hi,
i have started working on an eCommerce website for a customer. for the server-side i am planning to use b4j. my question is about the DB i should use.
i am running everything on my own server so i was thinking of using a local DB like SQLite. is this a bad idea?
the other 2 options are MySQL and MongoDB. so i see the discussion here and i am a little bit confused: https://hashnode.com/post/mongodb-vs-mysql-for-ecommerce-cip3y6265044zya535mhe565v
what would you recommend?
SQLite would be the simplest solution in my opinion. everything is stored in 1 file and no need to deal with other servers.
www.geeksforgeeks.org
i have started working on an eCommerce website for a customer. for the server-side i am planning to use b4j. my question is about the DB i should use.
i am running everything on my own server so i was thinking of using a local DB like SQLite. is this a bad idea?
the other 2 options are MySQL and MongoDB. so i see the discussion here and i am a little bit confused: https://hashnode.com/post/mongodb-vs-mysql-for-ecommerce-cip3y6265044zya535mhe565v
what would you recommend?
SQLite would be the simplest solution in my opinion. everything is stored in 1 file and no need to deal with other servers.

Difference between SQLite and MS SQL Server - GeeksforGeeks
Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
