SQLite
-
Is a relational database management system designed to meet the storage demands of mobile applications.
-
The word “lite” here describes it as being a lightweight(ed) library based database which requires minimal setup.
-
Can be integrated with the mobile application to directly access the database.
-
Can be described as an ACID compliant database that implements most of SQL based standards although with some significant omissions.
-
Architecture of SQLite is file-based with some tools which can handle all types of data with ease and simplicity.
SQLite —
Structure map
Clickable & Draggable!
SQLite —
Related pages: