Features Of SQLite
Features Of SQLite
- Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures.
- Zero-configuration - no setup or administration needed-
- Full-featured SQL implementation with advanced capabilities like partial indexes, indexes on expressions, JSON, and common table expressions. (Omitted features)
- A complete database is stored in a single cross-platform disk file- Great for use as an application file format.
- Supports terabyte-sized databases and gigabyte-sized strings and blobs. (See 登录查看完整内容