From: http://blog.csdn.net/LocalVar/archive/2008/02/13/3620555.aspx
1. Introduction
An important feature of a database that supports transactions like SQLITE is "Atomic commit ". Atomic commit means that all modification actions in a transaction
SQLite is an acid-compliant, lightweight database engine that is contained in a relatively small C library. It is a public domain project created by D.richardhipp. Unlike the common client/server architecture paradigm, the SQLite engine is not a
Comprehensive Sqlite Learning (1), sqlite Learning
Finally, CSDN was chosen to sort out the knowledge points published over the past few years. This article was migrated to CSDN in parallel. Because CSDN also supports the MarkDown syntax, it's
1. Create a data table:
The syntax rules and usage of this command are basically the same as those of most relational databases. Therefore, we use examples to demonstrate the rules for creating tables in SQLite. However, we will provide additional
SQLite tutorial (III): Introduction to data tables and views, sqlite View
1. Create a data table:
The syntax rules and usage of this command are basically the same as those of most relational databases. Therefore, we use examples to demonstrate the
SQLite tutorial (11): temporary files, sqlite tutorial
I. Introduction:
Although the SQLite database is composed of a single file, some hidden temporary files exist in the SQLite runtime. These temporary files exist for different purposes,
Reference: http://www.sqlite.com.cn/MySqlite/5/100.Html
SQLite is different from most other SQL database engines, because its primary design goal is to simplify:
Easy to manage
Easy to use
Easy to embed other large programs
Easy to maintain and
It is also a bit of programming memo. SQLite is a good embedded database. This embedded database is basically synonymous with exquisite and lightweight. SQLite references many scenarios, and Firefox and Android have internal applications, the code
This article is original, if you need to repost, please indicate the author and source. Thank you!
it's time to explain the database. Databases are also the core of the android storage solution. The SQLite database is used in the Android system.
First, Introduction:
Although the SQLite database is made up of a single file, there are, in fact, some hidden temporary files that exist at the time of the SQLite runtime, which exist for different purposes and are transparent to developers, so we
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.