Android apps use always SQLite. You get easy start by using
KeyValueStore.
MongoDB is great for server applications. It's fast and with the dynamic schemas very easy to use. At least it's great NoSQL for android app development.
Thank you for your advice!
Two questions:
- If I come from the relational database design world, how difficult to import tables from something like MS SQL Server or MS Access into MongoDB?
EDIT: I've studied up on the differences and pros/cons of SQL vs NoSQL. For my purposes, with so many database writes and scaling not being a super huge issue, I'm going to go with a SQL-type database.
- If I look at the pros and cons of using a noSQL style database vs relational,
for my application purposes, and find relational to be preferred, what relational
server database do you recommend?