"Android 9" SQLite database

Source: Internet
Author: User
Tags sqlite database
  1. SQLite is an open-source, embedded relational database that implements a self-contained, 0 configuration, transactional SQL database engine. It occupies very low resources, in the embedded device, may only need hundreds of K of memory is enough.
  2. It is characterized by its high portability, ease of use, compact structure, high efficiency and reliability.
  3. Database systems developed specifically for mobile devices with relatively limited resources
  4. Support Windows/linux/unix and other mainstream operating systems, and can be combined with many programming languages, such as C #, PHP, Java, and ODBC interface.
  5. SQLite supports most of the SQL92 commands and provides simple transactional functionality.
  6. Each database of SQLite is a file
  7. Key Features of SQLite:
    1). Management is simple and can even be considered without management.
    2). Easy to operate, SQLite-generated database files can be ported seamlessly across platforms.
    3). Can be easily embedded into other applications in many forms, such as static libraries, dynamic libraries, etc.
    4). Easy to maintain.
    In summary, the main advantage of SQLite is dexterity, fast and high reliability.

"Android 9" SQLite database

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.