Sqlite3 com
Sqlite3 com vs. SQLite com
Sqlite3 improvements:Http://www.newobjects.com/pages/ndl/SQLite3%5Ccomparison23.htm
The table lists the most significant features of sqlite3 COM and
One, Sqlite3 date data type, by default with datetime parsing (according to Stackflow)Note three points when using:1. When creating a table, the field DT is of type date2. When inserting data, the DT field is directly in str type3. The dt field of
[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
Use the sqlite3 command to read the content of a file in the sqlite3 format.
/********************************************************************* * Author : Samson * Date : 07/09/2014 * Test platform: * 3.11.0.11-generic
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.
(Transferred from: http://www.cnblogs.com/kfqcome/archive/2011/06/27/2136999.html)installation of SQLite1. First is to download SQLite, you can download this page: http://www.sqlite.org/download.htmlThe latest version is: Sqlite-shell-win32-x86-30707
Reprinted from: http://blog.csdn.net/ygsyyl/article/details/81444071, in the PC environment to start a simulator (not mobile)2. See if the simulator/systen/xbin has sqlite3 commandADB shellCd/system/xbinLs3. Copy the simulator/system/xbin/sqlite3
Python sqlite3 Database is a very small built-in module, it uses a file to store the entire database, operation is very convenient, compared to other large databases, there are some gaps. But in performance is not inferior, little, perfectly formed,
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.