DEV Community

Narayan Zade
Narayan Zade

Posted on

Currently which are database most use to develop ecommerce based android app ?

Which database I should use for ecommerce Android app ?

Top comments (2)

Collapse
 
aarone4 profile image
Aaron Reese

Too many variables to give an accurate answer. If you are selling physical products and need to keep track of stock and delivery status, or you are interested in multiple orders per customer or have complex relationships between products I would look at traditional relational databases. If selling digital or virtual products and you don't need to track customer history look at document based databases like firebase or MongoDB. MySQL and Postgress are open source relational DBs. MSSQL has a free Developer edition you can install locally and starts at around £10 per month on Azure and will scale in size and geography with you markets.

Collapse
 
narayan_d_zade profile image
Narayan Zade

Okay. Thanks!

Some comments may only be visible to logged-in visitors. Sign in to view all comments.