/    /  SQLiteDB – Features

SQLiteDB – Features:

Serverless:

SQLite does not work as like client/server architecture. As it does not require any server to run. It is bind with application that access the database with in the same application server. Hence SQLite is server-less architecture.

Transactions:

Transactions abide the ACID properties i.e., Atomic, Consistent, Isolated and Durable

Zero-configuration:

No setup or no administration is required.

Self-contained :

This was written in ANSI-C and it is well commented with no external dependencies.

SQLite database is best choice Internet of Things as a database engine for Mobile phones, PDA’s, set-top boxes and other electronic gadgets