As i am being an Android developer, and android is supporting SQLite database,
i would like to know that which are the other mobile platforms supports the SQLite Database
so that i can make SQLite database common and can place it at one place,
and thereafter i can make database transaction from different mobile platforms.
“Due to its small size, SQLite is well suited to embedded systems, and is also included in Apple’s iOS (where it is used for the SMS/MMS, Calendar, Call history and Contacts storage), Symbian OS, Google’s Android, RIM’s BlackBerry and Palm’s webOS.[20] However, it is also suitable for desktop operating systems; Apple adopted it as an option in Mac OS X’s Core Data API from the original implementation in Mac OS X 10.4 onwards.”
Reference: http://en.wikipedia.org/wiki/SQLite#Adoption