Browse wiki
This entry published by the Free Software Foundation.
| SQLite |
| Computer languages | C + |
|---|---|
| Database | sql + |
| Documentation note | User quickstart available in HTML format from http://www.sqlite.org/quickstart.html |
| Full description | SQLite is a C library that implements an S … SQLite is a C library that implements an SQL database engine. A large subset of SQL92 is supported. A complete database is stored in a single disk file. The package has a small memory footprint (less than 25K lines of C code). Its C/C++ interface is extremely simple, requiring only three functions and one opaque structure. Applications can take advantage of the power and flexiblity of an SQL database without the administrative hassles of supporting a separate database server. By omitting the client-server interaction overhead and writing directly to disk, SQLite is faster than the big database servers for most operations. The distribution also includes a command-line tool for interacting with SQLite databases and SQLite bindings for Tcl/Tk. databases and SQLite bindings for Tcl/Tk. |
| Homepage URL | http://www.sqlite.org/ + |
| Interface | command-line + , library + |
| Is GNU | false + |
| Keywords | database + , library + , Tcl/tk + , embedded + , SQL + , SQLite + , SQL92 + |
| Last review by | Janet Casey + |
| Last review date | 7 January 2008 + |
| License | PublicDomain + |
| License verified by | Janet Casey + |
| License verified date | 26 August 2002 + |
| Name | SQLite + |
| Paid support | drh@hwaci.com + |
| Real name | D. Richard Hipp + |
| Related projects | Metakit + , MySQL + , SQLiteManager + , PostgreSQL + , Octave-db + |
| Resource URL | http://cvs.hwaci.com:2080/sqlite/tktnew + , http://www.sqlite.org/download.html#cvs + , mailto:sqlite@groups.yahoo.com + |
| Resource audience | Bug Tracking + , Developer + , Support + |
| Resource kind | VCS Repository Webview + , E-mail + |
| Revisionid | 6,381 + |
| Revisiontimestamp | 12 April 2011 15:11:10 + |
| Revisionuser | WikiSysop + |
| Role | Maintainer + |
| Short description | C library that implements an embeddable SQL database engine + |
| Submitted by | Database conversion + |
| Submitted date | 1 April 2011 + |
| Use | library + |
| User level | none + |
| Version comment | 3.2.1 stable released 2005-03-29 |
| Version date | 29 March 2005 + |
| Version download | http://www.sqlite.org/sqlite-3.2.1.tar.gz + |
| Version identifier | 3.2.1 + |
| Version status | stable + |
| Works-with | database + , sql + |
| Has improper value forThis property is a special property in this wiki. | Library + |
| Modification dateThis property is a special property in this wiki. | 25 May 2012 02:24:37 + |
| Page has default formThis property is a special property in this wiki. | Entry + |
| EmailThis property is a special property in this wiki. | drh@hwaci.com + |
| hide properties that link here |
| SQLite#5 + | License of |
|---|---|
| SQLite#1 + | Person of |
| Metakit + , MySQL + , Octave-db + , PostgreSQL + , SQLiteManager + | Related projects |
| SQLite#2 + , SQLite#3 + , SQLite#4 + | Resource of |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
