An Introduction to sqlite3 (sqlite3 Introduction)0. This article is a brief translation of the documents and descriptions on the official SQLite website. It mainly introduces some features of SQLite and its common applications.
1. SQLite
One, install Sqlite31. See http://www.runoob.com/sqlite/sqlite-intro.html when getting started, easy to say, but suitable for getting started2. In the terminal input sqlite3, there is no return information, indicating that the system is not
Directory
1 Setting Up Database Archives
2 operating under the SQLITE3 hint column
3 SQL instruction format
4 Creating a data table
5 building an index
6 Add a piece of information
7 Search Information
8 How to change or delete
Document directory
Sqlite3
Common functions
Sqlite3
SQLite is a lightweight database. Similar to common MySQL databases. Compared with MySQL, the data type is basically the same, but all SQLite commands are ". "(for example, in MySQL, check
Note: Applications and tests run in the following Environments
This project is in VS2005, C ++, sqlite3.7.14, Development Board mini2440, wince6.0
Project first copy: WinceSQLite_DLL.lib, WinceSQLite_DLL.dll, sqlite3.h and database file Temp-Humi.db,
[Practice environment]Operating System: Mac 10.6
Tool: terminal, xcode
[Materials and practices]Http://www.sqlite.org/index.htmlCurrent version 3.7.7.1
On Mac 10.6, the version is 3.6.12.
InTerminalThe program name is sqlite3
Sqlite3-help
Frequently
1. Install sqlite3 Online First, try the command installation[Email protected]:~$ sudo apt-get install sqlite32. Test will appear after successful installation[Email protected]:~$ sqlite3SQLite version 3.7.9 2011-11-01 00:52:41Enter '. Help ' for
When using sqlite3 to create database tables, note that the sqlite3 Database
Note the following when using sqlite3 to create a database table:
1. Cannot use pure numbers
2. It cannot contain "-", "@", and other characters. Cannot start with a number.
1. Download the SQLite database:http://www.sqlite.org/download.html If you are installing on a window you need to be in the windows Zone to download the precompiled binaries. Download download Sqlite-shell-win32-*.zip and
SQLite database with only one file is OK, small and convenient, so is a very good embedded database, SQLite is used in a large number of mobile phones, Pda,mp3 players and set-top box equipment.Mozilla Firefox uses SQLite as a database.Mac computers
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.