Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the internal and external databases that can be used with Android, Windows Phone and iOS? [closed]

I want to know what are the internal and external databases that I can use with each mobile OS.

like image 592
Renato Dinhani Avatar asked Nov 17 '25 06:11

Renato Dinhani


1 Answers

SQLite is a popular choice for each of them. It's light-weight, with all the database access in-process, and the storage in a single file (plus journal).

It is included in the iOS and Android SDKs. There are distributions for Windows Phone 7.

Generally, you will not use external databases per se, though of course it is common to use internet APIs (which in turn will usually use databases)

like image 124
Matthew Flaschen Avatar answered Nov 19 '25 21:11

Matthew Flaschen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!