SQLite is a relational database management system contained in a C programming library. In contrast to many other database management systems, SQLite is not a clientβserver database engine. Rather, it is embedded into the end program.
SQLite is ACID-compliant and implements most of the SQL standard, using a dynamically and weakly typed SQL syntax that does not guarantee the domain integrity.[1]
SQLite is a popular choice as embedded database software for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems (such as mobile phones), among others.[2]
SQLite has bindings to many programming languages.
Table of Contents
[edit | edit source]| π Image | This book requires that you first read Structured Query Language. |
| π Image | A printable version of SQLite is available. (edit it) |
| π Image | Wikipedia has related information at SQLite. |
- π 75% developed
Introduction - π 0% developed
Downloading and using - π 0% developed
SQL standard divergences
API Tutorial
[edit | edit source]Command-line tool Reference
[edit | edit source]See also
[edit | edit source]- Wikibook Microsoft SQL Server
- Wikibook MySQL
- Wikibook Oracle Database
- Wikibook PostgreSQL
- Wikibook Structured Query Language
External links
[edit | edit source]References
[edit | edit source]- β Owens, Michael (2006). "Chapter 4: SQL". In Gilmore, Jason; Thomas, Keir (eds.). The Definitive Guide to SQLite. D. Richard Hipp (foreword), Preston Hagar (technical reviewer). Apress. p. 133. ISBN 978-1-59059-673-9.
{{cite book}}:|access-date=requires|url=(help) - β "Most Widely Deployed SQL Database Estimates". SQLite.org. Retrieved May 11, 2011.
- CS1 errors: access-date without URL
- Books with print version
- Subject:SQL
- Subject:SQL/all books
- Subject:Computer programming languages/all books
- Subject:Computer programming/all books
- Subject:Computer science/all books
- Subject:Computing/all books
- Subject:Books by subject/all books
- Subject:Database management systems/all books
- Subject:Computer software/all books
- Book:Wikibooks Stacks/Books
- Shelf:SQL/all books
- Shelf:Computer programming/all books
- Shelf:Computer programming languages/all books
- Shelf:Computer science/all books
- Shelf:Computer software/all books
- Department:Computing/all books
- Shelf:Database management systems/all books
- Alphabetical/S
- Freshly started books
- Books by completion status/all books
