Free Download SQLite 3.7.6
soft82.com
FREE NEWSLETTER
Free Newsletter

Join our low-volume monthly free newsletter that will deliver latest freeware and shareware news straight to your inbox!

Your e-mail
close

USER LOGIN

Username
Password
5 Stars Award
No screenshots available
Developer
Product Homepage
Date Added May 25, 2011, 08:55 GMT
License Free (Freeware)
Last Week / All Time Downloads 13 / 1,881
Size
307.2K
OS Support Windows All

SQLite Description

A simple command-line utility

To start the sqlite3 program, just type "sqlite3" followed by the name the file that holds the SQLite database. If the file does not exist, a new one is created automatically. The sqlite3 program will then prompt you to enter SQL. Type in SQL statements (terminated by a semicolon), press "Enter" and the SQL will be executed.

For example, to create a new SQLite database named "ex1" with a single table named "tbl1", you might do this:

$ sqlite3 ex1
SQLite version
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> create table tbl1(one varchar(10), two smallint);
sqlite> insert into tbl1 values('hello!',10);
sqlite> insert into tbl1 values('goodbye', 20);
sqlite> select * from tbl1;
hello!|10
goodbye|20
sqlite>

You can terminate the sqlite3 program by typing your systems End-Of-File character (usually a Control-D). Use the interrupt character (usually a Control-C) to stop a long-running SQL statement.

Make sure you type a semicolon at the end of each SQL command! The sqlite3 program looks for a semicolon to know when your SQL command is complete. If you omit the semicolon, sqlite3 will give you a continuation prompt and wait for you to enter more text to be added to the current SQL command. This feature allows you to enter SQL commands that span multiple lines. For example:

sqlite> CREATE TABLE tbl2 (
...> f1 varchar(30) primary key,
...> f2 text,
...> f3 real
...> );
sqlite>

Aside: Querying the SQLITE_MASTER table

The database schema in an SQLite database is stored in a special table named "sqlite_master". You can execute "SELECT" statements against the special sqlite_master table just like any other table in an SQLite database. For example:

$ sqlite3 ex1
SQLite vresion 3.6.11
Enter ".help" for instructions
sqlite> select * from sqlite_master;
type = table
name = tbl1
tbl_name = tbl1
rootpage = 3
sql = create table tbl1(one varchar(10), two smallint)
sqlite>

But you cannot execute DROP TABLE, UPDATE, INSERT or DELETE against the sqlite_master table. The sqlite_master table is updated automatically as you create or drop tables and indices from the database. You can not make manual changes to the sqlite_master table.

The schema for TEMPORARY tables is not stored in the "sqlite_master" table since TEMPORARY tables are not visible to applications other than the application that created the table. The schema for TEMPORARY tables is stored in another special table named "sqlite_temp_master". The "sqlite_temp_master" table is temporary itself.

SQLite 100% CLEAN Certification

Badge

SQLite has been tested by Soft82.com team against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean. Our editors will recheck this software periodically to assure that it remains clean.

View Antivirus Report

SQLite Version History

Product Date Added
SQLite 3.7.6 May 25, 2011 - Latest Version
SQLite 3.7.4 December 09, 2010
SQLite 3.7.3 October 08, 2010
SQLite 3.7.2 August 25, 2010
SQLite 3.6.23.1 August 05, 2010
SQLite 3.6.22 February 16, 2010
SQLite 3.6.21 December 08, 2009

SQLite Download Button For Your Site

If you want to place a Download Button for SQLite on your website just insert the following code:

download SQLite 3.7.6 download SQLite 3.7.6

If you want a Link to this page you can use one of the logos bellow:

Soft82 logo
Soft82 logo

SQLite User Reviews

Write a Review

Please log in to write a review

New Administration Software

Azure Cloud Director

Azure Cloud Director

May 23, 2012

Single Click Deployment To Azure
Windows

STDU XMLEditor Portable

May 22, 2012

STDU XML Editor is a lightweight editor of XML documents
DBEdit2

DBEdit2

May 21, 2012

A database editor, suitable as front-end for all your relational databases
SQLite Manager

SQLite Manager

May 16, 2012

A small program to manage SQLite databases
SqlDbx Personal Edition

SqlDbx Personal Edition

May 16, 2012

SqlDbx is a fast and easy to use database SQL development IDE for database administrators and...
Windows

SQL Cloud Backup Free

May 16, 2012

Compress, encrypt and store your SQL Server backups on a local disk
Windows

MySQL Editor Software

May 8, 2012

Sobolsoft offers a solution for MySQL editing
XBMC Cache Manager

XBMC Cache Manager

May 7, 2012

A Windows Service to manage a shared XBMC MySQL database and shared cache folder
DBF Commander Professional

DBF Commander Professional

April 27, 2012

Easy-to-use and the most mighty DBF processing tool, including SQL queries
EMS SQL Manager for SQL Server

EMS SQL Manager for SQL Server

April 19, 2012

Powerful graphical tool for SQL Server administration and development
Advanced ETL
Processor

Advanced ETL Processor

April 13, 2012

Advanced ETL Processor is designed to automate extracting data from ANY database
iQ-SQL

iQ-SQL

April 10, 2012

A SQL Query tool for SQL Anywhere
Access To MySQL
Converter

Access To MySQL Converter

April 6, 2012

Convert your Access database to a MySQL database
Windows

DB Elephant PostgreSQL Converter

April 3, 2012

Converts PostgreSQL to dbf, xls, pdf, doc, xml, csv, txt, sql
SQL To MySQL
Converter

SQL To MySQL Converter

April 2, 2012

Convert your SQL database to a MySQL database
Windows

ConnInfo

March 22, 2012

Ensure that Project Server administrators maintain user roles and registry settings
Project Server Data Population Tool

Project Server Data Population Tool

March 22, 2012

Load large amounts of custom outline codes, resources, projects and tasks
xSQL Object

xSQL Object

March 13, 2012

Compare and synchronize sql server databases - all objects, SQL Server 2000/2005
Access To PostgreSQL Converter

Access To PostgreSQL Converter

March 13, 2012

Convert your Access database to a PostgreSQL database
Adminer

Adminer

March 12, 2012

A full-featured database management tool written in PHP

Last 7 Days Most Downloaded Administration Products

Navicat for MySQL

Navicat for MySQL

82 downloads

Navicat - Admin tool for MySQL database management
Navicat Lite

Navicat Lite

48 downloads

A fast, reliable and affordable Database Administration tool
Advanced ETL
Processor

Advanced ETL Processor

27 downloads

Advanced ETL Processor is designed to automate extracting data from ANY database
SQLyog Community Edition

SQLyog Community Edition

21 downloads

SQLyog is a fas and compact Win32 Front End for MySQL
SQLite

SQLite

13 downloads

A simple command-line utility
SQLCE Viewer

SQLCE Viewer

11 downloads

SqlCe Viewer is a database management tool
RazorSQL Portable

RazorSQL Portable

8 downloads

Query, edit, browse, and manage all databases from one database client
Virtual PC

Virtual PC

7 downloads

With Microsoft® Virtual PC 2007, you can create and run one or more virtual machines, each with its...
ContactKeeper

ContactKeeper

5 downloads

ContactKeeper is a free personal information manager to store contact information about your
SqlDbx Personal Edition

SqlDbx Personal Edition

5 downloads

SqlDbx is a fast and easy to use database SQL development IDE for database administrators and...

All Time Most Downloaded Administration Products

Navicat for MySQL

Navicat for MySQL

17,561 downloads

Navicat - Admin tool for MySQL database management
Navicat Lite

Navicat Lite

4,184 downloads

A fast, reliable and affordable Database Administration tool
Advanced ETL
Processor

Advanced ETL Processor

1,043 downloads

Advanced ETL Processor is designed to automate extracting data from ANY database
SQLyog Community Edition

SQLyog Community Edition

1,507 downloads

SQLyog is a fas and compact Win32 Front End for MySQL
SQLite

SQLite

1,881 downloads

A simple command-line utility
SQLCE Viewer

SQLCE Viewer

564 downloads

SqlCe Viewer is a database management tool
RazorSQL Portable

RazorSQL Portable

781 downloads

Query, edit, browse, and manage all databases from one database client
Virtual PC

Virtual PC

3,576 downloads

With Microsoft® Virtual PC 2007, you can create and run one or more virtual machines, each with its...
ContactKeeper

ContactKeeper

471 downloads

ContactKeeper is a free personal information manager to store contact information about your
SqlDbx Personal Edition

SqlDbx Personal Edition

688 downloads

SqlDbx is a fast and easy to use database SQL development IDE for database administrators and...
Icon
link to us | site map | submit software | advertise | contact | privacy policy
Copyright © 2006 - 2012 SOLUTIONS AND CONSULTING S.R.L. - All rights reserved.