Thursday, 20 August 2015

What is the name of database used in android?

SQLite: An opensource and lightweight relational database for mobile devices.



SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in with built in SQLite database implementation.

SQLite supports all the relational database features.

No comments:

Post a Comment