Search references for SQLITE. Phrases containing SQLITE
See searches and references containing SQLITE!SQLITE
Serverless relational database management system
SQLite (/ˌɛsˌkjuːˌɛlˈaɪt/ "S-Q-L-ite", /ˈsiːkwəˌlaɪt/ "sequel-ite") is a free and open-source relational database engine written in the C programming language
SQLite
American software developer
April 9, 1961) is an American software developer and the primary author of SQLite, the Fossil SCM, and Pikchr. He also authored the Lemon parser generator
D._Richard_Hipp
phpSQLiteAdmin is a name of two independent web applications, written in PHP, for managing SQLite databases. phpSQLiteAdmin is a web-based client which
PhpSQLiteAdmin
Data-interchange format
original on August 12, 2024. Retrieved August 26, 2024. "The SQLite JSONB Format". sqlite.org. Lee, David (August 6, 2013). Fat Markup: Trimming the Fat
JSON
Software configuration management, bug tracking system and wiki server
Fossil is used for version control by the SQLite project, which is itself a component of Fossil. SQLite transitioned to using Fossil for version control
Fossil_(software)
Client-side data storage in web browsers
objects in an SQLite file called webappsstore.sqlite in the user's profile folder. Google Chrome records Web storage data in an SQLite file in the user's
Web_storage
Web browser developed by Google
Security Services, NPAPI (dropped as of version 45), Skia Graphics Engine, SQLite, and several other open-source projects. The V8 JavaScript virtual machine
Google_Chrome
C++ wrapper around SQLite 3.x
wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database and is specifically designed for use in programs based on the wxWidgets library
WxSQLite3
retrieved 2021-05-13 "The SQLite R*Tree Module". www.sqlite.org. "Indexes On Expressions". sqlite.org. "SQLite FTS5 Extension". www.sqlite.org. SpatiaLite, IT:
Comparison of relational database management systems
Comparison_of_relational_database_management_systems
Parser generator
Lemon is a parser generator, maintained as part of the SQLite project, that generates a look-ahead LR parser (LALR parser) in the programming language
Lemon_(parser_generator)
Open-source key-value store by Google
comparing LevelDB's performance to SQLite and Kyoto Cabinet in different scenarios. LevelDB outperforms both SQLite and Kyoto Cabinet in write operations
LevelDB
Standard for accessing information about a database schema
snowflake.com. Retrieved 2024-03-25. "Pragma statements supported by SQLite". www.sqlite.org. Retrieved 2022-02-01. Information schema in H2 Database Information
Information_schema
"PmWiki - PmWiki / FlatFileAdvantages". pmwiki.org. "PmWiki - Cookbook / SQLite PageStore class". pmwiki.org. "Release Notes". pmwiki.org. Retrieved 2026-08-05
List of content management systems
List_of_content_management_systems
Spatial extension to SQLite
SQLite, providing vector geodatabase functionality. It is similar to PostGIS, Oracle Spatial, and SQL Server with spatial extensions, although SQLite/SpatiaLite
SpatiaLite
Open-source forum software
MyBB Group. It is written in PHP, supports MariaDB, MySQL, PostgreSQL and SQLite as database systems and, in addition, has database failover support. It
MyBB
Extension of the Gregorian calendar before its introduction
to simplify identifying pre-Gregorian dates, e. g. in PostgreSQL, MySQL, SQLite, PHP, CIM, Delphi and Python. Before the official and first introduction
Proleptic_Gregorian_calendar
open-source tool written in PHP intended to handle the administration of SQLite over the World Wide Web. Its feature set, interface, and overall user experience
PhpLiteAdmin
Procedural extension for SQL and the Oracle relational database
support for SQL based on the popular SQLite API by including a version of SQLite in Berkeley DB. Consequently, StepSqlite can also be used as a third-party
PL/SQL
Database management system
Mimer SQL MonetDB (Embedded version) ObjectBox ObjectDB RocksDB solidDB SQLite SQL Server Express LocalDB (Microsoft) TursoDB Sophia – an embeddable key-value
Embedded_database
SQL database management software
produced by CyberTech Ltd. for MySQL, MariaDB, Redis, MongoDB, Oracle, SQLite, PostgreSQL, Microsoft SQL Server and Snowflake. It has an Explorer-like
Navicat
management system (RDBMS) built on top of the SQLite database engine. REAL Server evolved from the SQLite Server originally developed by SQLabs in 2004
REAL_Server
Phonetic algorithm for indexing names by sound
feature of popular database software such as IBM Db2, PostgreSQL, MySQL, SQLite, Ingres, MS SQL Server, Oracle, ClickHouse, Snowflake and SAP ASE.) Improvements
Soundex
management. Bolt can be installed on any Apache or nginx web server with SQLite, MySQL or MariaDB and PHP 7.2.9 or later. Weblog software List of content
Bolt (content management system)
Bolt_(content_management_system)
General features of Internet forum software
PostgreSQL, SQLite GPL FUDforum Advanced Internet Designs Inc. 2026-06-14; 2 months ago 3.2.1 PHP MariaDB, MySQL, Oracle, PostgreSQL, SQLite GPL Ikonboard
Comparison of Internet forum software
Comparison_of_Internet_forum_software
SQL statement
updates the existing record. This synonym is used in PostgreSQL (v9.5+) and SQLite (v3.24+). Upsert most commonly refers to non-standard SQL extensions that
Merge_(SQL)
Microsoft SQL Server (since SQL Server 2008 R2), Firebird 2.1, PostgreSQL 8.4+, SQLite 3.8.3+, IBM Informix version 11.50+, CUBRID, MariaDB 10.2+ and MySQL 8.0
Hierarchical and recursive queries in SQL
Hierarchical_and_recursive_queries_in_SQL
implemented by some DBMSs, like MariaDB, SQL Server, Oracle, PostgreSQL, SQLite and Firebird (database server) (COMPUTED BY syntax). There are two types
Virtual_column
Python object-relational mapping library
dynamic storage and retrieval of object information. MySQL, PostgreSQL and SQLite database support is built into Storm, and the API allows for support for
Storm_(software)
Function over multiple rows in SQL
"MariaDB 10.2.0 Release Notes". mariadb.com. Retrieved 2024-03-10. "SQLite Release 3.25.0 On 2018-09-15". www.sqlite.org. Retrieved 5 February 2025.
Window_function_(SQL)
Type of file format
FdoToolbox. The SDF format design uses low-level storage components of SQLite using a flat binary serialization (binary large objects). However, the relational
Spatial_Data_File
Tool for managing content in databases
content in databases. It natively supports MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch and MongoDB. Adminer is distributed under
Adminer
General-purpose programming language
Pango PCRE PROJ Quartz 2D Raylib Redland RDF S2n-tls Setcontext SFML SDL SQLite systemd Tk VDPAU Vorbis VTD-XML Win32 API Wimlib Windows.h WolfSSH WolfSSL
C_(programming_language)
Software fuzzer that employs genetic algorithms
including X.Org Server, PHP, OpenSSL, pngcrush, bash, Firefox, BIND, Qt, and SQLite. Initially released in November 2013, AFL quickly became one of the most
American_Fuzzy_Lop_(software)
Database code that executes after certain events on a table
{table_name | view_name} [FOR EACH ROW] [WHEN condition] BEGIN ... END SQLite supports only row-level triggers and does not provide native support for
Database_trigger
Messaging and VoIP service owned by Meta
onto the SD card, but chat messages are also stored unencrypted in the SQLite database file "msgstore.db". WhatsApp uses the Sender Keys protocol. WhatsApp
Digital database whose organization is based on the relational model of data
Oracle Database MySQL Microsoft SQL Server PostgreSQL Snowflake IBM Db2 SQLite Microsoft Access Databricks MariaDB According to research company Gartner
Relational_database
Project management open source software application
line interface and ability to automate repetitive tasks. Kanboard uses SQLite by default and can use other SQL databases. Various plugins by external
Kanboard
Catalog of information security problems
(CCE) at NVD vFeed the Correlated and Aggregated Vulnerability Database - SQLite Database and Python API Cyberwatch Vulnerabilities Database Archived 22
Common Vulnerabilities and Exposures
Common_Vulnerabilities_and_Exposures
Free and open-source Internet forum package written in PHP
multiple database engines (MariaDB, Microsoft SQL Server, MySQL, PostgreSQL, SQLite, Oracle Database), flat message structure (as opposed to threaded), hierarchical
PhpBB
Syntax for defining data structures
Retrieved 12 November 2018. Allen, Grant (2010). The Definitive Guide to SQLite. Apresspod. Mike Owens (2 ed.). Apress. pp. 90–91. ISBN 9781430232254. Retrieved
Data_definition_language
Free software audio player
using the WxWidgets toolkit. It uses GStreamer to manage the audio and SQLite for the music metadata database. Juan Ríos began development of Guayadeque
Guayadeque_Music_Player
Free open source survey tool
source online statistical survey web app written in PHP using a MySQL, SQLite, PostgreSQL or MSSQL database, distributed under the GNU General Public
LimeSurvey
Web browser
should be portable to any system that supports OpenSSL, POSIX threads, Qt, SQLite, and other libraries. Dooble is designed and implemented in order to improve
Dooble
Instruction set designed to be run by a software interpreter
Spin interpreter built into the Parallax Propeller microcontroller The SQLite database engine translates SQL statements into a bespoke byte-code format
Bytecode
Computer forensics software
file formats, flags phone numbers, email addresses, and files, as well as SQLite or PostgreSQL database stores occurrences of names, domains, phone numbers
Autopsy_(software)
Spreadsheet program
formulas is identical, pivot tables are possible. Furthermore it can import SQLite databases. Macros and VBA scripts contained in .xlsm cannot be executed
PlanMaker
Open source column-oriented RDBMS
columns and billions of rows. Unlike other embedded databases (for example, SQLite) DuckDB is not focusing on transactional (OLTP) applications and instead
DuckDB
GIS data format
for geographic information systems built as a set of conventions over a SQLite database. Defined by the Open Geospatial Consortium (OGC) with the backing
GeoPackage
Python GUI library
widgets classes for accessing SQL databases (ODBC, MySQL, PostgreSQL, Oracle, SQLite) QScintilla, Scintilla-based rich text editor widget data aware widgets
PyQt
SQL software and development tools
SingleStore Snowflake Cloud Data Warehouse solidDB SQL Anywhere SQLBase SQLite SQream DB SAP Advantage Database Server Teradata TiDB TimesTen Trafodion
List of SQL software and tools
List_of_SQL_software_and_tools
Software library providing an embedded transactional key-value database
allowed users to generate micro-benchmarks comparing LevelDB's performance to SQLite and Kyoto Cabinet in different scenarios. In 2012, Symas added support for
Lightning Memory-Mapped Database
Lightning_Memory-Mapped_Database
Database concept
including PostgreSQL, Oracle Database, Microsoft SQL Server, MySQL, IBM Db2, SQLite (since 3.6.8), Firebird, H2 Database Engine, and Informix (since version
Savepoint
Computer query in SQL
doi:10.1145/319732.319745. S2CID 4374300. "The SQLite Query Optimizer Overview - 11. Subquery Flattening". SQLite. Retrieved 2023-01-21. When a subquery occurs
Correlated_subquery
Persistence framework provided by Apple in the macOS and iOS operating systems
relational entity–attribute model to be serialized into XML, binary, or SQLite stores. The data can be manipulated using higher level objects representing
Core_Data
Open-source reference management software
August 2026; 1 day ago (24 August 2026)) [±] Written in JavaScript with SQLite backend Operating system Windows, macOS, Linux, iOS, iPadOS, Android Size
Zotero
E-mail client for the KDE Platform
and also serves as a storage engine for these messages. Mailody’s current sqlite database engine would have been dropped as a consequence. "Akonadi meeting
Mailody
Administration tool for relational databases
tool for MariaDB, MySQL, as well as Microsoft SQL Server, PostgreSQL and SQLite. Its codebase was originally taken from Ansgar Becker's own MySQL-Front
HeidiSQL
Python-based web framework
module (so no database I/O); no third party database drivers (not even SQLite, so no databases at all); no built-in web server (unless you cripple it
Web2py
Semaphores SESAM Session Handling Shared memory SMTP SNMP SimpleXML Sockets SQLite Streams Sybase Token vpopmail WDDX Win32 API xajax XML (Xpath) XML-RPC XSLT
List_of_PHP_extensions
Text in computer source code that is generally ignored by a compiler/interpreter
Oracle Corporation. Retrieved January 2, 2020. "SQL As Understood By SQLite". SQLite Consortium. Retrieved January 2, 2020. "PostgreSQL 10.11 Documentation"
Comment (computer programming)
Comment_(computer_programming)
Topics referred to by the same term
command for reclaiming and defragmentizing unused table space offered by SQLite and PostgreSQL Vacuum (journal), academic journal on vacuum science and
Vacuum_(disambiguation)
Google software to create web apps
were several major API components to Gears: A Database module (powered by SQLite), which could store data locally. A WorkerPool module, which provided parallel
Gears_(software)
Application programming interface
and databases such as SQL Server, IBM Db2, MySQL, PostgreSQL, Oracle or SQLite. Traditionally, all database vendors provide their own interface that is
Database_abstraction_layer
package 53 51 4C 69 74 65 20 66 6F 72 6D 61 74 20 33 00 SQLite format 3␀ 0 sqlitedb sqlite db SQLite Database 53 50 30 31 SP01 0 bin Amazon Kindle Update
List_of_file_signatures
PHP web application framework
functionality as well as data mappers for SQL and NoSQL database back-ends: SQLite, MySQL, PostgreSQL, MSSQL, Sybase, DB2, MongoDB, CouchDB, and Flat File
Fat-Free_Framework
Open-source blog publishing application
entries and support for several database types: (MySQL, MariaDB, PostgreSQL, SQLite). List of content management systems Blog software "Take control over your
Dotclear
Book by Brian Kernighan and Dennis Ritchie
Pango PCRE PROJ Quartz 2D Raylib Redland RDF S2n-tls Setcontext SFML SDL SQLite systemd Tk VDPAU Vorbis VTD-XML Win32 API Wimlib Windows.h WolfSSH WolfSSL
The_C_Programming_Language
C function to format and output text
Python Software Foundation, retrieved 24 February 2021 "SQLite's Built-in printf()". sqlite.org. Retrieved 24 November 2025. C++ reference for std::fprintf
Printf
Free software backup utility
its back-end is a catalog of information stored by MySQL, PostgreSQL, or SQLite. Bacula is a set of computer programs for managing backup, recovery, and
Bacula
Wiki engine written in JavaScript
engines: PostgreSQL 9.5 or later MySQL 8.0 or later MariaDB 10.2.7 or later SQLite 3.9 or later MS SQL server 2012 or later Wiki.js is free and open source
Wiki.js
Integrated development environment
sbt. It supports databases like Microsoft SQL Server, Oracle, PostgreSQL, SQLite, and MySQL can be accessed directly from the IDE in the Ultimate edition
IntelliJ_IDEA
Type of database system
MongoDB Atlas NoSQL (Doc) Amazon Aurora Relational Redis NoSQL (Key Value) SQLite Relational MariaDB Relational CockroachDB Distributed SQL IBM Db2 Relational
Online_transaction_processing
for CLSQL. CLSQL can be used to query and interface with MySQL, PostgreSQL, ODBC, AODBC, SQLite version 2 and 3, and Oracle OCI. Official git repo v t e
CLSQL
Intermediate programming language
IMproved) FreeType: TrueType font rendering in JavaScript, using FreeType SQLite GNU Privacy Guard ctags gnuplot Graphviz zlib Unreal Engine 3: was ported
Asm.js
Free and open-source flashcard program
decks of cards, along with the user's statistics, are stored in the open SQLite format. In Anki, cards are generated from information stored in notes. A
Anki
Unique identifier for either an entity in the modeled world or an object in the database
SQL Server 2012) PostgreSQL or IBM Informix SERIAL MySQL AUTO_INCREMENT SQLite INTEGER PRIMARY KEY (if AUTOINCREMENT is used it will prevent the reuse
Surrogate_key
Database feature
prepared statements are more portable across vendors. Major DBMSs, including SQLite, MySQL, Oracle, IBM Db2, Microsoft SQL Server and PostgreSQL support prepared
Prepared_statement
Table that summarizes data from another table
popular databases that do not directly support pivot functionality, such as SQLite, can usually simulate pivot functionality using embedded functions, dynamic
Pivot_table
Discontinued mobile operating system
Retrieved 10 March 2012. Inside Symbian SQL: A Mobile Developer's Guide to SQLite | | By Ivan Litovski, Richard Maynard, 2010, page 9 SH-08C Instruction Manual
Symbian
Legal instrument governing software
license Often No No Right to sublicense Yes Yes No No No No Example software SQLite, ImageJ Apache web server, ToyBox Linux kernel, GIMP, OBS Irfanview, Winamp
Software_license
Data storage paradigm in computing
LMDB OpenLDAP Yes No No Yes Yes Yes RocksDB Apache Yes No No Yes No No SQLite (LSM extension) Public domain Yes No Yes Yes Yes Yes TiKV Apache Yes Yes
Ordered_key–value_store
MacOS file preview feature introduced by Apple in 2007
QuickLook.thumbnailcache. The cache contains two files; index.sqlite which is a SQLite database containing two tables - files and thumbnails. files contains
Quick_Look
Content management system platform
broader cross-platform database compatibility. This included support for SQLite, which is now commonly used in development and test environments. While
Umbraco
Canadian software engineer
Costa is currently the CEO and co-founder of Turso, reimplementation of the SQLite database in Rust. Costa began his career working on the Linux kernel, with
Glauber_Costa
Python MySQL, PostgreSQL, SQLite, Berkeley DB 2001-08-18 Spiceworks Spiceworks IT Software Proprietary; free for use Ruby sqlite 2006 Supportworks Hornbill
Comparison of help desk issue tracking software
Comparison_of_help_desk_issue_tracking_software
Free and open-source software framework
applications using web technologies such as PHP, HTML5, JavaScript and SQLite. PokerStars – online poker cardroom PTC Creo – Creo Parametric Chromium
Chromium_Embedded_Framework
Instruction set which governs access to a database
to the users in a Databases. SQLite does not have any DCL commands as it does not have usernames or logins. Instead, SQLite depends on file-system permissions
Data_control_language
Python web framework
officially supports five database backends: PostgreSQL, MySQL, MariaDB, SQLite, and Oracle. Microsoft SQL Server can be used with mssql-django. The Django
Django_(web_framework)
Database management system, relational, open source, developed by Bloomberg LP
table triggers for time-consistent log distribution. Comdb2 supports the SQLite dialect of SQL with some modifications, and embeds the Lua scripting language
Comdb2
Programming language implementation
Smalltalk includes bindings for many free software libraries including SQLite, libSDL, cairo, gettext, and Expat. These examples work only on GNU Smalltalk
GNU_Smalltalk
Deprecated Web browser API
argued that ratification of WebSQL as a standard would codify the quirks of SQLite implementation. In November 2010, the W3C Web Applications Working Group
Web_SQL_Database
Open-source statistical package
graphical user interface and can connect directly to MySQL, PostgreSQL, SQLite, MS Access (map), and Microsoft SQL Server. Data can also be imported from
SOFA_Statistics
Notable online software source code playgrounds
Python, R, Racket, Ruby, Rust, Scala, SQL (through MySQL, PostgreSQL, SQLite, MariaDB, Microsoft SQL Server), Swift, Tcl, TypeScript, Visual Basic, VB
Comparison of online source code playgrounds
Comparison_of_online_source_code_playgrounds
backends: included in the distribution are MariaDB, MySQL, PostgreSQL, SQLite, Sybase SQL Server, MaxDB, Microsoft SQL Server and Firebird. The first
SQLObject
Licensing Overview". Redis. Retrieved 2024-05-11. "In-Memory Databases". www.sqlite.org. terminusdb/terminusdb-server, TerminusDB, 2020-05-19, retrieved 2020-05-19
List_of_in-memory_databases
Geographic information system software
library. In addition to Qt, required dependencies of QGIS include GEOS and SQLite. GDAL, GRASS GIS, PostGIS, and PostgreSQL are also recommended, as they
QGIS
American broadcasting and internet personality (born 1964)
under the open MIT License, and the entire database is downloadable in SQLite format. Podcast Index collects web feeds of podcasts that developers can
Adam_Curry
be available for playback on the device as they must also be added to an SQLite database. This is done automatically by a customized version of Musicmatch
ShoqBox
General Syntax and notes. Retrieved 2026-06-14. "The Lemon Parser Generator". sqlite.org. Retrieved 2023-11-30. "The Lezer Parser System". "Building a ShopifyQL
Comparison of parser generators
Comparison_of_parser_generators
Free cross-platform integrated development environment for Free Pascal
settings Data-connectivity components for MySQL, PostgreSQL, FireBird, Oracle, SQLite, Sybase, and others Data-aware widget set that allows the developer to see
Lazarus_(software)
travel, tourism, insurance
SQLITE
SQLITE
SQLITE
SQLITE
SQLITE
SQLITE
SQLITE
SQLITE
SQLITE
travel, tourism, insurance