Difference between revisions of "SQLite"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=SQLite |Short description=C library that implements an embeddable SQL database engine |Full description=SQLite is a C library that implements an SQL database engine...")
 
(Update to 3.9.1)
Line 2: Line 2:
 
|Name=SQLite
 
|Name=SQLite
 
|Short description=C library that implements an embeddable SQL database engine
 
|Short description=C library that implements an embeddable SQL database engine
|Full description=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.
+
|Full description='''SQLite is a lightweight and embeddable database.''' It's fully ACID and SQL92 compliant with 100% test coverage. As storage a single cross-platform disk file format is used, which may be up to terrabytes in size. It requires no setup and little administrative work. SQLite itself has a simple yet expandable API. Bindings for most programming languages exist on all major plattforms.
|User level=none
 
|Status=Live
 
|Component programs=
 
 
|Homepage URL=http://www.sqlite.org/
 
|Homepage URL=http://www.sqlite.org/
|VCS checkout command=
+
|User level=advanced
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=User quickstart available in HTML format from http://www.sqlite.org/quickstart.html
+
|Documentation note=[http://www.sqlite.org/docs.html Documentation]
|Paid support=drh@hwaci.com
+
|IRC general=irc://chat.freenode.net/sqlite
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Metakit,MySQL,SQLiteManager,PostgreSQL,Octave-db
 
|Related projects=Metakit,MySQL,SQLiteManager,PostgreSQL,Octave-db
|Keywords=database,library,Tcl/tk,embedded,SQL,SQLite,SQL92
+
|Keywords=database, engine, db, library, embedded, sql
|Is GNU=n
+
|Version identifier=3.9.0
|Last review by=Janet Casey
+
|Version date=2015/10/20
|Last review date=2008-01-07
+
|Version status=stable
 +
|Version download=http://www.sqlite.org/sqlite-3.2.1.tar.gz
 +
|Last review by=Calinou
 +
|Last review date=2015/10/21
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=3.2.1
+
|Status=
|Version date=2005-03-29
+
|Is GNU=No
|Version status=stable
 
|Version download=http://www.sqlite.org/sqlite-3.2.1.tar.gz
 
 
|License verified date=2002-08-26
 
|License verified date=2002-08-26
|Version comment=3.2.1 stable released 2005-03-29
 
 
}}
 
}}
{{Person
+
{{Project license
|Role=Maintainer
+
|License=PublicDomain
|Real name=D. Richard Hipp
+
|License verified by=Calinou
|Email=drh@hwaci.com
+
|License verified date=2015/10/21
|Resource URL=
+
|License note=[http://www.sqlite.org/copyright.html License]
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 51: Line 45:
 
{{Software category
 
{{Software category
 
|Database=sql
 
|Database=sql
|Interface=command-line,library
+
|Interface=command-line, library
|Library=c
+
|Programming-language=C
|Use=library
+
|Runs-on=Windows, BSD, OS X, GNU/Linux
|Works-with=database,sql
+
|Use=library, software-development
}}
+
|Works-with=database, sql
{{Project license
 
|License=PublicDomain
 
|License verified by=Janet Casey
 
|License verified date=2002-08-26
 
 
}}
 
}}
 +
{{Featured}}

Revision as of 04:51, 21 October 2015


[edit]

SQLite

http://www.sqlite.org/
C library that implements an embeddable SQL database engine

SQLite is a lightweight and embeddable database. It's fully ACID and SQL92 compliant with 100% test coverage. As storage a single cross-platform disk file format is used, which may be up to terrabytes in size. It requires no setup and little administrative work. SQLite itself has a simple yet expandable API. Bindings for most programming languages exist on all major plattforms.





Licensing

License

Verified by

Verified on

Notes

Verified by

Calinou

Verified on

21 October 2015

Notes

License




Leaders and contributors

Resources and communication

AudienceResource typeURI
Debian (Ref) (R)https://tracker.debian.org/pkg/sqlite


Software prerequisites




Entry


















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 or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.