Features of SQlite Databases

Source: Internet
Author: User
Tags sqlite database

========================================================== ==================================

Title: features of SQLite Database

Note:

Date: 2011.4.17

Name: Zhu minglei

========================================================== ==================================

1. Even if a system crash or a sudden power failure occurs, database transactions can still be executed correctly (Atomicity), consistency, isolation, and durability.

2. Zero Configuration-No configuration or management is required.

3. Complete the vast majority of sql92 standards.

4. A complete database is stored in a separate cross-platform disk file.

5. Supports terabyte-level databases and Gigabyte-sized-level strings and blobs (Binary large object type ).

6. Simplified code encapsulation: the storage space required for full configuration is less than kib (what unit ?), The storage space required for omitting the optional functions is less than that required by ikekib.

7. For Common Operations, SQLite is faster than the popular Client/Server database engine.

8. The provided APIs are easy to use.

9 compiled by standard C. SQLite can be used in dozens of programming languages (a long list. There are many different SQLite wrapper (encapsulation) for different programming languages ).

10 provides source code that has passed 100% branch tests and has good comments.

11 as a separate standard C source code file, you can easily add it to other projects.

12 self-contained (self-contained): no external dependency.

13 cross-platform: Unix systems (Linux and Mac OS x), OS/2, Windows (Win32 and WinCE) support out-of-the-box use (supported out of the box ), and it is easy to transplant to other operating systems.

14 all the Code submitted by the SQlite author is committed to the public domain and can be used for any purpose, including commercial purposes.

15 has an independent CLI client that can be used to manage SQLite databases.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.