Array ( [0] => {{Short description|Serverless relational database management system (RDBMS)}} [1] => [2] => {{Infobox software [3] => | logo = SQLite370.svg [4] => | logo size = 220px [5] => | screenshot = Sqlite3 command screenshot.png [6] => | caption = Screenshot of sqlite3 command-line shell program [7] => | collapsible = [8] => | developer = [[D. Richard Hipp]] [9] => | released = {{Start date and age|2000|8|17|df=yes|br=yes}} [10] => | latest preview version = [11] => | latest preview date = [12] => | programming language = [[C (programming language)|C]] [13] => | operating system = [[Cross-platform]] [14] => | platform = [15] => | size = 699 [[Kibibyte|KiB]] [16] => | genre = [[Relational database management system|RDBMS]] ([[Embedded database|embedded]]) [17] => | license = [[Public domain]]{{cite web [18] => | url = https://www.sqlite.org/copyright.html [19] => | title = SQLite Copyright [20] => | publisher = sqlite.org [21] => | access-date = May 17, 2010}} [22] => | website = {{Official URL}} [23] => }} [24] => [25] => {{Infobox file format [26] => | name = SQLite Database File Format [27] => | icon = [28] => | extension = .sqlite, .sqlite3, .db, .db3, .s3db, .sl3 [29] => | _nomimecode = yes [30] => | mime = application/vnd.sqlite3{{cite web [31] => | url = https://www.iana.org/assignments/media-types/application/vnd.sqlite3 [32] => | title = SQLite database file format media type at IANA [33] => | website = [[Internet Assigned Numbers Authority]] [34] => | publisher = [[Internet Assigned Numbers Authority|IANA]] [35] => | access-date = 2019-03-08}} [36] => | type code = [37] => | uniform type = [38] => | magic = 53 51 4c 69 74 65 20 66 6f 72 6d 61 74 20 33 00 (zero-terminated [[ASCII]] "SQLite format 3") [39] => | developer = [40] => | genre = [41] => | released = 2004-06-18 [42] => | extended from = [43] => | standard = [44] => | open = yes ([[Public Domain]]) [45] => | url = {{url|https://www.sqlite.org/fileformat2.html}} [46] => }} [47] => [48] => '''SQLite''' ({{IPAc-en|ˌ|ɛ|s|ˌ|k|juː|ˌ|ɛ|l|ˈ|aɪ|t}},{{cite episode |series=The Changelog |number=201 |title=Why SQLite succeeded as a database — Richard Hipp, creator of SQLite |time=00:17:25 |url=https://changelog.com/podcast/201 |quote=How do I pronounce the name of the product? I say S-Q-L-ite, like a mineral.}}{{cite video | people = [[D. Richard Hipp]] (presenter) | date = May 31, 2006 | title = An Introduction to SQLite | url = https://www.youtube.com/watch?v=f428dSRkTs4#t=1m14s | format = video | publisher = Google Inc. | access-date =March 23, 2010 | time = 00:01:14 | quote = [...] ess-kju-ellite [...] }} {{IPAc-en|ˈ|s|iː|k|w|ə|,|l|aɪ|t}}{{cite video | people = [[D. Richard Hipp]] (presenter) | date = May 31, 2006 | title = An Introduction to SQLite | url = https://www.youtube.com/watch?v=f428dSRkTs4#t=48m15s | format = | publisher = Google Inc. | access-date =March 23, 2010 | time = 00:48:15 | quote = [...] sequelite [...] }}) is a [[database engine]] written in the [[C Language|C programming language]]. It is not a standalone app; rather, it is a [[Library (computing)|library]] that [[Programmer|software developers]] embed in their [[Application software|apps]]. As such, it belongs to the family of [[embedded database]]s. It is the most widely deployed database engine, as it is used by several of the top [[Web browser|web browsers]], [[operating system]]s, [[Mobile phone|mobile phones]], and other [[embedded system]]s.{{cite web |url = https://sqlite.org/mostdeployed.html |title = Most Widely Deployed SQL Database Estimates |publisher = SQLite.org |access-date = May 11, 2011}} [49] => [50] => Many [[Programming language|programming languages]] have [[Language binding|bindings]] to the SQLite library. It generally follows [[PostgreSQL]] syntax, but does not enforce [[type checking]] by default.{{cite book |last=Owens |first=Michael |year=2006 |chapter=Chapter 4: SQL |editor1-last=Gilmore |editor1-first=Jason |editor2-last=Thomas |editor2-first=Keir |editor2-link=Keir Thomas |title=The Definitive Guide to SQLite |url={{Google books|VsZ5bUh0XAkC|The Definitive Guide to SQLite|page=133|plainurl=yes}} |others=[[D. Richard Hipp]] (foreword), Preston Hagar (technical reviewer) |publisher=[[Apress]] |page=133 |isbn=978-1-59059-673-9 |access-date=30 December 2014}}{{cite web | url=https://www.sqlite.org/stricttables.html | title=STRICT Tables }} This means that one can, for example, insert a string into a [[Column (database)|column]] defined as an integer. [51] => [52] => ==History== [53] => [[D. Richard Hipp]] designed SQLite in the spring of 2000 while working for [[General Dynamics]] on contract with the [[United States Navy]].{{cite book |last=Owens |first=Michael |title=The Definitive Guide to SQLite |year=2006 |publisher=[[Apress]] |isbn=978-1-59059-673-9 |doi=10.1007/978-1-4302-0172-4_1}} Hipp was designing software used for a [[Damage control (maritime)|damage-control]] system aboard [[guided-missile destroyer]]s; the damage-control system originally used [[HP-UX]] with an [[IBM Informix]] [[database]] back-end. SQLite began as a [[Tcl]] extension. [54] => [55] => In August 2000, version 1.0 of SQLite was released, with storage based on [[gdbm]] (GNU Database Manager). In September 2001, SQLite 2.0 replaced gdbm with a custom [[B-tree]] implementation, adding [[Database transaction|transaction]] capability. In June 2004, SQLite 3.0 added [[Internationalization and localization|internationalization]], [[manifest typing]], and other major improvements, partially funded by [[America Online]]. In 2011, Hipp announced his plans to add a [[NoSQL]] interface to SQLite, as well as announcing UnQL, a functional superset of [[SQL]] designed for [[document-oriented databases]].{{cite web |url=http://www.infoq.com/news/2011/08/UnQL |title=Interview: Richard Hipp on UnQL, a New Query Language for Document Databases |publisher=InfoQ |date=August 4, 2011 |access-date=October 5, 2011}} In 2018, SQLite adopted a Code of Conduct based on the [[Rule of Saint Benedict]] which caused some controversy and was later renamed as a Code of Ethics.{{Cite web |last=McCarthy |first=Kieren |title=SQLite creator crucified after code of conduct warns devs to love God, and not kill, commit adultery, steal, curse... |url=https://www.theregister.com/2018/10/22/sqlite_code_of_conduct/ |access-date=2022-11-17 |website=www.theregister.com |language=en}} [56] => [57] => SQLite is one of four formats recommended for long-term storage of [[Data set|datasets]] approved for use by the [[Library of Congress]].{{Cite web |url=https://www.sqlite.org/locrsf.html |title=LoC Recommended Storage Format |website=www.sqlite.org |access-date=2020-04-09}}{{Cite web |url=https://www.loc.gov/preservation/digital/formats/fdd/fdd000461.shtml |title=SQLite, Version 3 |date=2017-03-28 |website=www.loc.gov |access-date=2020-04-09}}{{Cite web |url=https://www.loc.gov/preservation/resources/rfs/data.html |title=Recommended Formats Statement – datasets/databases |publisher=Library of Congress |access-date=2020-04-09}} [58] => [59] => ==Design== [60] => SQLite was designed to allow the program to be operated without installing a database management system or requiring a [[database administrator]]. Unlike [[Client–server model|client–server]] database management systems, the SQLite engine has no standalone [[process (computing)|process]]es with which the application program communicates. Instead, a [[Linker (computing)|linker]] integrates the SQLite library {{emdash}} [[static library|statically]] or [[dynamic linker|dynamically]] {{emdash}} into an application program which uses SQLite's functionality through simple [[subroutine|function calls]], reducing [[latency (engineering)|latency]] in database operations; for simple queries with little concurrency, SQLite [[Computer performance|performance]] profits from avoiding the overhead of [[inter-process communication]]. [61] => [62] => Due to the serverless design, SQLite applications require less configuration than client–server databases. SQLite is called ''zero-conf''{{cite web |title = SQLite Is A Zero-Configuration Database |url = https://sqlite.org/zeroconf.html |access-date = August 3, 2015 |publisher = SQLite.org}} because it does not require service management (such as startup scripts) or access control based on [[Data control language|GRANT]] and passwords. [[Access-control list|Access control]] is handled by means of [[file-system permissions]] given to the database file itself. Databases in client–server systems use [[File system|file-system]] permissions that give access to the database files only to the [[Daemon (computing)|daemon]] process, which handles its locks internally, allowing [[Concurrency (computer science)|concurrent]] writes from several processes. [63] => [64] => SQLite stores the whole database (definitions, [[Table (database)|tables]], indices, and the data itself) as a single [[Cross-platform software|cross-platform]] file on a host machine, allowing several processes or [[thread (computer science)|threads]] to access the same database concurrently. It implements this simple design by [[lock (computer science)|locking]] the database file during writing. Write access may fail with an [[error code]], or it can be retried until a configurable timeout expires. SQLite read operations can be [[Computer multitasking|multitasked]], though due to the serverless design, writes can only be performed sequentially. This concurrent access restriction does not apply to temporary tables, and it is relaxed in version 3.7 as [[write-ahead logging]] (WAL) enables concurrent reads and writes.{{cite web |url = https://sqlite.org/wal.html |title = Write Ahead Logging in SQLite 3.7 |publisher = SQLite.org |access-date = September 3, 2011 |quote = WAL provides more concurrency as readers do not block writers and a writer does not block readers. Reading and writing can proceed concurrently.}} Since SQLite has to rely on file-system locks, it is not the preferred choice for write-intensive deployments.{{cite web |title = Appropriate Uses For SQLite |url = https://sqlite.org/whentouse.html |access-date = 2015-09-03 |publisher = SQLite.org}} [65] => [66] => SQLite uses [[PostgreSQL]] as a reference platform. "What would PostgreSQL do" is used to make sense of the SQL standard.{{cite web |url=https://lwn.net/Articles/601144/ |title=PGCon 2014: Clustering and VODKA |website=Lwn.net |access-date=2017-01-06}}{{cite web |url=https://www.pgcon.org/2014/schedule/events/736.en.html |title=PGCon2014: SQLite: Protégé of PostgreSQL |website=Pgcon.org |date=20 September 2015 |access-date=2017-01-06}} One major deviation is that, with the exception of [[primary key]]s, SQLite does not enforce [[type checking]]; the type of a value is dynamic and not strictly constrained by the [[database schema|schema]] (although the schema will trigger a conversion when storing, if such a conversion is potentially reversible). SQLite strives to follow [[Robustness principle|Postel's rule]]. [67] => [68] => ==Features== [69] => SQLite implements most of the [[SQL-92]] standard for SQL, but lacks some features. For example, it only partially provides [[database trigger|triggers]] and cannot write to [[view (database)|views]] (however, it provides INSTEAD OF triggers that provide this functionality). Its support of [[Data definition language#ALTER statement|ALTER TABLE]] statements is limited.{{Cite web|url=https://www.sqlite.org/changes.html|title = Release History of SQLite}} [70] => [71] => SQLite uses an unusual [[type system]] for an SQL-compatible DBMS: instead of assigning a [[SQL data types|type]] to a column as in most SQL database systems, types are assigned to individual values; in language terms it is ''dynamically typed''. Moreover, it is ''weakly typed'' in some of the same ways that [[Perl]] is: one can insert a [[string (computer science)|string]] into an [[Integer (computer science)|integer]] column (although SQLite will try to convert the string to an integer first, if the column's preferred type is integer). This adds flexibility to columns, especially when bound to a dynamically typed scripting language. However, the technique is not portable to other SQL products. A common criticism is that SQLite's type system lacks the [[data integrity]] mechanism provided by statically typed columns, although it can be emulated with constraints like {{code|2=sql|1=CHECK(typeof(x)='integer')}}. Strict tables were added in version 3.37.1.{{cite web |title = SQLite: StrictMode |url = https://sqlite.org/src/wiki?name=StrictMode |website=Sqlite.org |access-date = September 3, 2015}} [72] => [73] => Tables normally include a hidden ''rowid'' index column, which gives faster access.{{cite web |title=SQL As Understood By SQLite |url=https://www.sqlite.org/lang_createtable.html#rowid |website=SQLite |access-date=21 May 2018 |quote=Searching for a record with a specific rowid, or for all records with rowids within a specified range is around twice as fast as a similar search made by specifying any other PRIMARY KEY or indexed value.}} If a database includes an Integer Primary Key column, SQLite will typically optimize it by treating it as an alias for ''rowid'', causing the contents to be stored as a [[strictly typed]] 64-bit signed integer and changing its behavior to be somewhat like an auto-incrementing column. Future{{when|date=August 2019}} versions of SQLite may include a command to introspect whether a column has behavior like that of ''rowid'' to differentiate these columns from weakly typed, non-autoincrementing Integer Primary Keys.{{cite web |url=https://www.sqlite.org/src/info/2494132a2b1221a4 |title=SQLite: Check-in [2494132a] |quote=Add the "PRAGMA table_ipk(TABLE)" command for evaluation purposes. |website=www.sqlite.org |date=2017-11-28}}{{failed verification|date=August 2019}} [74] => [75] => Version 3.6.19 released on October 14, 2009 added support for foreign key constraints.{{cite book |last=Karwin |first=Bill |editor-last=Carter |editor-first=Jacquelyn |date=May 2010 |title=SQL Antipatterns: Avoiding the Pitfalls of Database Programming |publisher=The Pragmatic Bookshelf |isbn=978-1-934356-55-5 |page=70 |quote=Sometimes you're forced to use a database brand that doesn't support foreign key constraints (for example MySQL's MyISAM storage engine or SQLite prior to version 3.6.19).}}{{Cite web|url=https://sqlite.org/releaselog/3_6_19.html|title=SQLite Release 3.6.19 On 2009-10-14|website=sqlite.org}} [76] => [77] => [[Stored procedure]]s are not supported; this is an explicit choice by the developers to favor simplicity, as the typical use case of SQLite is to be embedded inside a host application that can define its own procedures around the database.Source: developers' comments on [https://sqlite.org/forum/info/78a60bdeec7c1ee9 SQLite forum] [78] => [79] => Full support for [[Unicode]] case-conversions can be enabled through an optional extension.{{cite web |title = Case-insensitive matching of Unicode characters does not work |url = https://sqlite.org/faq.html#q18 |website = SQLite Frequently Asked Questions |access-date = 2015-09-03}} [80] => [81] => SQLite version 3.7.4 first saw the addition of the FTS4 ([[full-text search]]) module, which features enhancements over the older FTS3 module.{{cite web |title = SQLite Release 3.7.4 On 2010-12-08 |url = https://sqlite.org/releaselog/3_7_4.html |access-date = September 3, 2015 |date = December 8, 2010 |publisher = SQLite.org}} FTS4 allows users to perform full-text searches on documents similar to how [[Search engine|search engines]] search webpages.{{cite web |title = SQLite FTS3 and FTS4 Extensions |url = https://sqlite.org/fts3.html |access-date = September 3, 2015 |publisher = SQLite.org}} Version 3.8.2 added support for creating tables without [[Pseudocolumn|rowid]],{{cite web |title = SQLite Release 3.8.2 On 2013-12-06 |url = https://sqlite.org/releaselog/3_8_2.html |access-date = September 3, 2015 |date = December 6, 2013 |publisher = SQLite.org}} which may provide space and performance improvements.{{cite web |title = The WITHOUT ROWID Optimization |url = https://sqlite.org/withoutrowid.html |access-date = September 3, 2015 |publisher = SQLite.org}} [[Common table expressions]] support was added to SQLite in version 3.8.3.{{cite web |title = SQLite Release 3.8.3 On 2014-02-03 |url = https://sqlite.org/releaselog/3_8_3.html |access-date = September 3, 2015 |date = February 3, 2014 |publisher = SQLite.org}} 3.8.11 added a newer search module called FTS5, the more radical (compared to FTS4) changes requiring a bump in version. [82] => [83] => In 2015, with the ''json1 extension''{{cite web |url=https://sqlite.org/json1.html |title=The JSON1 Extension |website=SQLite.org}} and new subtype interfaces, SQLite version 3.9 introduced [[JSON]] content managing. [84] => [85] => As of version 3.33.0, the maximum supported database size is 281 [[Units of information|TB]].{{cite web|url=https://www.sqlite.org/limits.html |title=Limits In SQLite|website=SQLite.org}} [86] => [87] => ==Development and distribution== [88] => SQLite's code is hosted with [[Fossil (software)|Fossil]], a [[distributed version control system]] that uses SQLite as a local cache for its non-relational database format, and SQLite's SQL as an implementation language.{{cite web|url = https://www.fossil-scm.org/home/doc/trunk/www/theory1.wiki|title = Thoughts On The Design Of The Fossil DVCS|publisher = Fossil-scm.org|date = July 12, 2017|access-date = October 14, 2022}}{{cite web|url = https://www.fossil-scm.org/index.html/doc/tip/www/stats.wiki|title = Fossil: Fossil Performance|publisher = Fossil-scm.org|date = August 23, 2009|access-date = September 12, 2009}} [89] => [90] => SQLite is [[Public-domain software|public domain]], but not "open-contribution", with the website stating "the project does not accept patches from people who have not submitted an [[affidavit]] dedicating their contribution into the public domain."{{Cite web |title=SQLite Copyright |url=https://sqlite.org/copyright.html |access-date=2024-03-06 |website=sqlite.org}} Instead of a [[code of conduct]], the founders have adopted a [[ethical code|code of ethics]] based on the [[Rule of Saint Benedict|Rule of St. Benedict]].{{Cite web |title=Code Of Ethics |url=https://sqlite.org/codeofethics.html |access-date=2024-03-06 |website=sqlite.org}} [91] => [92] => A standalone [[Console application|command-line]] [[Shell (computing)|shell]] program called ''sqlite3''{{cite web|url = https://www.sqlite.org/cli.html|title = Command Line Shell For SQLite |publisher = Sqlite.org|access-date = October 14, 2022}} is provided in SQLite's distribution. It can be used to create a database, define tables, insert and change rows, run queries and manage an SQLite database file. It also serves as an example for writing applications that use the SQLite library. [93] => [94] => SQLite uses automated [[regression testing]] prior to each release. Over 2 million tests{{cite web |url = https://sqlite.org/testing.html |title = How SQLite Is Tested |publisher = SQLite.org |access-date = September 12, 2009}} are run as part of a release's verification. Starting with the August 10, 2009 release of SQLite 3.6.17, SQLite releases have 100% branch test coverage, one of the components of [[code coverage]]. The tests and [[test harness]]es are partially public-domain and partially [[proprietary software|proprietary]]. [95] => [96] => =={{anchor|Adoption}}Notable uses== [97] => [98] => ===Operating systems=== [99] => SQLite is included by default in: [100] => * [[Android (operating system)|Android]] [101] => * [[BlackBerry 10]] OS [102] => * [[Fedora Linux]] where it is used by the [[rpm (software)|rpm]] core package management system [103] => * [[FreeBSD]] where starting with 10-RELEASE version in January 2014, it is used by the core package management system. [104] => * [[illumos]] [105] => * [[iOS]] [106] => * [[Mac OS X 10.4]] onwards (Apple adopted it as an option in [[macOS]]'s [[Core Data]] API from the original implementation) [107] => * [[Maemo]] [108] => * [[MeeGo]] [109] => * [[MorphOS]] 3.10 onwards [110] => * [[NetBSD]] [111] => * [[NixOS]] where it is used by the [[Nix (package manager)|Nix]] core package management system [112] => * [[Red Hat Enterprise Linux]] where it is used in the same way as Fedora, from which Red Hat Enterprise Linux is derived [113] => * [[Solaris 10]] where the [[Service Management Facility]] database is serialized for booting. [114] => * [[Symbian OS]] [115] => * [[Tizen]] [116] => * [[webOS]] [117] => * [[Windows 10]] onwards{{cite web |url=https://docs.microsoft.com/en-us/windows/uwp/data-access/sqlite-databases#to-use-the-version-of-sqlite-that-is-installed-with-windows | title=To use the version of SQLite that is installed with Windows| date=20 October 2022}} [118] => [119] => ===Middleware=== [120] => * [[ADO.NET]] adapter, initially developed by Robert Simpson, is maintained jointly with the SQLite developers since April 2010.{{cite web|url=http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki |title=Home |website=System.Data.SQLite |date=2016-12-30 |access-date=2017-01-06}} [121] => * [[ODBC]] driver has been developed and is maintained separately by Christian Werner.{{cite web|url=http://www.ch-werner.de/sqliteodbc/ |title=SQLite ODBC Driver |website=Ch-werner.de |date=2016-12-01 |access-date=2017-01-06}} Werner's ODBC driver is the recommended connection method for accessing SQLite from [[OpenOffice.org]].{{cite web|url=http://documentation.openoffice.org/HOW_TO/data_source/SQLite.pdf |title=Using SQLite Database with OpenOffice.org : Version 2.0 |website=Documentation.openoffice.org |access-date=2017-01-06}} [122] => * [[Component Object Model|COM]] ([[ActiveX]]) wrapper making SQLite accessible on Windows to scripted languages such as [[JScript]] and [[VBScript]]. This adds SQLite database capabilities to [[HTML Application]]s (HTA).{{cite web |url = https://sqlite.org/cvstrac/wiki?p=SqliteWrappers|title = sqlite — Sqlite Wrappers|date = February 7, 2009|publisher = SQLite.org|access-date = February 7, 2009}} [123] => [124] => ===Web browsers=== [125] => * The browsers [[Google Chrome]], [[Opera (web browser)|Opera]], [[Safari (web browser)|Safari]] and the [[Android Browser]] all allow for storing information in, and retrieving it from, an SQLite database within the browser, using the official SQLite Wasm ([[WebAssembly]]) build,{{Cite web [126] => | url = https://sqlite.org/wasm [127] => | title = sqlite3 WebAssembly & JavaScript Documentation Index [128] => | website = SQLite [129] => | access-date = 2023-05-08 [130] => }} or using the [[Web SQL Database]] technology, although the latter is becoming deprecated (namely superseded by SQLite Wasm or by [[IndexedDB]]). Internally, these [[Chromium (web browser)|Chromium]] based browsers use SQLite databases for storing configuration data like site visit history, cookies, download history etc.{{cite web|url=https://www.foxtonforensics.com/browser-history-examiner/chrome-history-location |title=Location of Google Chrome history |website=www.foxtonforensics.com |date=2020-10-06 |access-date=2020-10-06}} [131] => * [[Mozilla Firefox]] and [[Mozilla Thunderbird]] store a variety of configuration data (bookmarks, cookies, contacts etc.) in internally managed SQLite databases. Until Firefox version 57 ([[History of Firefox#Firefox 57|"Firefox Quantum"]]), there was a third-party add-on that used the API supporting this functionality to provide a user interface for managing arbitrary SQLite databases.{{cite web|url=https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/ |title=SQLite Manager :: Add-ons for Firefox |website=Addons.mozilla.org |date=2015-02-28 |access-date=2017-01-06 |url-status=dead |archive-url=https://web.archive.org/web/20170102010658/https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/ |archive-date=2017-01-02}} [132] => * Several third-party add-ons can make use of [[JavaScript]] APIs to manage SQLite databases.{{cite web|url=https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager-webext/ |title=SQLite Manager – Get this Extension for 🦊 Firefox (en-US) |website=Addons.mozilla.org |date=2018-07-24 |access-date=2018-10-05}}{{cite web|url=https://addons.mozilla.org/en-US/firefox/addon/sql-reader/ |title=SQLite Reader – Get this Extension for 🦊 Firefox (en-US) |website=Addons.mozilla.org |date=2018-09-01 |access-date=2018-10-05}} [133] => [134] => ===Web application frameworks=== [135] => * [[Symfony]] [136] => * [[Laravel]] [137] => * [[Bugzilla]] [138] => * [[Django (web framework)|Django]]'s default database management system [139] => * [[Drupal]] [140] => * [[Trac]] [141] => * [[Ruby on Rails]]'s default database management system [142] => * [[web2py]] [143] => * [[Jam.py (web framework)|Jam.py]] [144] => [145] => ===Others=== [146] => * [[Adobe Systems]] uses SQLite as its file format in [[Adobe Photoshop Lightroom]], a standard database in [[Adobe AIR]], and internally within [[Adobe Reader]].{{cite web|title = Well-Known Users Of SQLite|url = https://sqlite.org/famous.html|access-date = August 5, 2015|publisher = SQLite}} [147] => * As with much Apple software, [[Photos (Apple)|Photos]] uses SQLite internally.{{cite web|url = https://simonwillison.net/2020/May/21/dogsheep-photos/|access-date = May 23, 2020|title = Using SQL to find my best photo of a pelican according to Apple Photo|work = Simon Willison’s Weblog}} [148] => * [[Audacity (audio editor)|Audacity]] uses SQLite as its file format, as of version 3.0.0.{{cite web|url = https://www.audacityteam.org/audacity-3-0-0-released/|access-date = March 17, 2021|title = Audacity 3.0.0 Released|date = 17 March 2021}} [149] => * [[Evernote]] uses SQLite to store its local database repository in Windows. [150] => * [[Skype]]{{cite mailing list|url = https://www.mail-archive.com/sqlite-users%40sqlite.org/msg27326.html|archive-url=https://web.archive.org/web/20071117061133/https://www.mail-archive.com/sqlite-users%40sqlite.org/msg27326.html|archive-date=2007-11-17|first=Jeremy|last=Hinegardner|title = Skype client using SQLite?|mailing-list=sqlite-users|date = August 28, 2007|access-date = June 14, 2010}} [151] => * The Service Management Facility, used for service management within the [[Solaris (operating system)|Solaris]] and [[OpenSolaris]] operating systems [152] => * [[Flame (malware)]] [153] => * [[BMW]] [[IDrive]] Sat Nav system [154] => * [[TomTom]] GPS systems, for the [[Navigation Data Standard|NDS]] map data [155] => * [[Proxmox Virtual Environment|Proxmox VE]] - ''Proxmox Cluster File System'' ([https://pve.proxmox.com/wiki/Proxmox_Cluster_File_System_(pmxcfs) pmxcfs]) [156] => [157] => ==See also== [158] => {{Portal|Free and open-source software}} [159] => * [[Comparison of relational database management systems]] [160] => * [[List of relational database management systems]] [161] => * [[MySQL]] [162] => * [[SpatiaLite]] [163] => [164] => ==References== [165] => [166] => ===Citations=== [167] => {{Reflist|30em}} [168] => [169] => ===Sources=== [170] => {{Refbegin}} [171] => * {{cite book [172] => |first1 = Grant [173] => |last1 = Allen [174] => |first2 = Mike [175] => |last2 = Owens [176] => |date = November 5, 2010 [177] => |title = The Definitive Guide to SQLite [178] => |edition = 2nd [179] => |publisher = [[Apress]] [180] => |page = 368 [181] => |isbn = 978-1-4302-3225-4 [182] => |url = http://apress.com/book/view/1430232250 [183] => |access-date = December 23, 2010 [184] => |archive-date = December 30, 2010 [185] => |archive-url = https://web.archive.org/web/20101230035043/http://apress.com/book/view/1430232250 [186] => |url-status = dead [187] => }} [188] => * {{cite book [189] => |first1 = Jay A. [190] => |last1 = Kreibich [191] => |date = August 17, 2010 [192] => |title = Using SQLite [193] => |edition = 1st [194] => |publisher = [[O'Reilly Media]] [195] => |page = 528 [196] => |isbn = 978-0-596-52118-9 [197] => |url = http://oreilly.com/catalog/9780596521196 [198] => }} [199] => * {{cite book [200] => |first1 = Chris [201] => |last1 = Newman [202] => |date = November 9, 2004 [203] => |title = SQLite (Developer's Library) [204] => |edition = 1st [205] => |publisher = [[Sams]] [206] => |page = 336 [207] => |isbn = 0-672-32685-X [208] => |url = http://www.informit.com/store/product.aspx?isbn=067232685X [209] => }} [210] => {{Refend}} [211] => [212] => ==External links== [213] => {{Commons category|}} [214] => * {{Official website}} [215] => * {{cite web |url=https://corecursive.com/066-sqlite-with-richard-hipp/|title=The Untold Story of SQLite |publisher=CoRecursive}} [216] => [217] => {{Authority control}} [218] => [219] => [[Category:SQLite| ]] [220] => [[Category:2000 software]] [221] => [[Category:C (programming language) libraries]] [222] => [[Category:Cross-platform free software]] [223] => [[Category:Database engines]] [224] => [[Category:Embedded databases]] [225] => [[Category:Free computer libraries]] [226] => [[Category:Free database management systems]] [227] => [[Category:Public-domain software with source code]] [228] => [[Category:Relational database management software for Linux]] [229] => [[Category:Relational database management systems]] [230] => [[Category:Serverless database management systems]] [231] => [[Category:Symbian software]] [232] => [[Category:Public-domain software]] [] => )
good wiki

SQLite

SQLite is a software library that provides a relational database management system. It is embedded into many popular applications and is sometimes referred to as an "embedded database.

More about us

About

It is embedded into many popular applications and is sometimes referred to as an "embedded database. " SQLite is self-contained, serverless, and does not require a separate database server process to operate. It is present on a wide range of computing platforms, including Windows, macOS, iOS, Android, and Linux. SQLite follows a transactional and ACID-compliant design and supports SQL queries and database triggers. It is licensed as public domain software, allowing its use in both proprietary and open-source applications. SQLite is known for its small footprint, efficiency, and stability, making it a popular choice for small to medium-sized projects, as well as mobile and embedded systems.

Expert Team

Vivamus eget neque lacus. Pellentesque egauris ex.

Award winning agency

Lorem ipsum, dolor sit amet consectetur elitorceat .

10 Year Exp.

Pellen tesque eget, mauris lorem iupsum neque lacus.