Dbms 3
Dbms 3
Aim: Study of SQLite: What is SQLite? Uses of Sqlite. Building and installing SQLite.
1. Serverless:
2. Self-Contained:
3. Zero-configuration:
4. Transactional:
All transactions in SQLite are fully ACID-compliant. It means all queries and
changes are Atomic, Consistent, Isolated, and Durable.
In other words, all changes within a transaction take place completely or not at
all even when an unexpected situation like application crash, power failure, or
operating system crash occurs.