Curation by apogorzelska 2 days, 1 hour ago for query sqlite
Original results
-
https://en.wikipedia.org/wiki/SQLite — found via Wikipedia
SQLite
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
-
https://en.wikipedia.org/wiki/Web_storage — found via Wikipedia
Web storage
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
-
https://en.wikipedia.org/wiki/Cloudflare — found via Wikipedia
Cloudflare
2022, Cloudflare announced an Edge SQL database, D1, which is built on SQLite. In August 2023, Cloudflare and IBM announced a partnership providing bot
-
https://en.wikipedia.org/wiki/D._Richard_Hipp — found via Wikipedia
D. Richard Hipp
April 9, 1961) is an American software developer and the primary author of SQLite as well as the Fossil SCM. He also authored the Lemon parser generator,
-
https://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems — found via Wikipedia
Comparison of relational database management systems
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:
-
http://sqlite.org — found via Mwmbl
SQLite Home Page
The SQLite file format is stable, cross-platform, and backwards compatible and the developers pledge to keep it that way through the year 2050. SQLite da…
-
https://sqlite.org/src — found via Mwmbl
SQLite: Documentation
SQLite SQLite Source Repository This repository contains the complete source code for the SQLite database engine, including many test scripts. However, o…
-
https://sqlite.org/see — found via Mwmbl
SQLite Encryption Extension: Documentation
SQLite Encryption Extension SQLite Encryption Extension Software Configuration Management System This website (https://www.sqlite.org/see) is where all o…
-
https://sqlite.org/wasm — found via Mwmbl
sqlite3 WebAssembly & JavaScript Documentation Index
sqlite3 WebAssembly & JavaScript Documentation Index This site is home to the documentation for the SQLite project's WebAssembly- and JavaScript-related A…
-
https://sqlite.org/sqlar — found via Mwmbl
SQLite Archiver: Documentation
SQLite Archiver SQLAR - SQLite Archiver This repository contains sources for the "SQLite Archiver" program. This program (named "sqlar") operates much li…
-
http://sqlite.org/android/ — found via Mwmbl
SQLite Android Bindings: Documentation
SQLite Android Bindings SQLite Android Bindings The SQLite library is a core part of the Android environment. Java applications and content providers acc…
-
http://sqlite.org/crew.html — found via Mwmbl
SQLite Developers
SQLite is written and maintained by a team of dedicated software professionals located around the world - on three continents. This page used to host nam…
-
https://sqlite.org/src4/home — found via Mwmbl
SQLite4: SQLite4
SQLite4 was an experimental rewrite of SQLite that was active from 2012 through 2014. All development work on SQLite4 has ended. Lessons learned from SQLi…
-
http://sqlite.org/faq.html — found via Mwmbl
SQLite Frequently Asked Questions
Longer answer: If you declare a column of a table to be INTEGER PRIMARY KEY, then whenever you insert a NULL into that column of the table, the NULL is a…
-
http://sqlite.org/35to36.html — found via Mwmbl
SQLite Changes From Version 3.5.9 To 3.6.0
SQLite version 3.6.0 (2008-07-16) contains many changes. As is the custom with the SQLite project, most changes are fully backwards compatible. However, a…
-
http://sqlite.org/docs.html — found via Mwmbl
SQLite Documentation
Documentation About SQLite→ A high-level overview of what SQLite is and why you might be interested in using it. Appropriate Uses For SQLite→ This docume…
-
http://sqlite.org/fts3.html — found via Mwmbl
SQLite FTS3 and FTS4 Extensions
Overview FTS3 and FTS4 are SQLite virtual table modules that allows users to perform full-text searches on a set of documents. The most common (and effec…
-
http://sqlite.org/fts5.html — found via Mwmbl
SQLite FTS5 Extension
1. Overview of FTS5 FTS5 is an SQLite virtual table module that provides full-text search functionality to database applications. In their most elementar…
-
https://sqlite.org/34to35.html — found via Mwmbl
SQLite Changes From Version 3.4.2 To 3.5.0
SQLite version 3.5.0 (2007-09-04) introduces a new OS interface layer that is incompatible with all prior versions of SQLite. In addition, a few existing …
-
https://sqlite.org/forum/about — found via Mwmbl
SQLite Forum: about
SQLite Forum About This Forum Report documentation issues with SQLite or suggest ways to improve the documentation. Ask for new features in SQLite. Seek …
-
http://sqlite.org/src/timeline — found via Mwmbl
SQLite: Timeline
SQLite 100 most recent check-ins Use a mini Bloom filter to help reduce the number of pointless searches for prior SubrtnSig objects when generating code…
-
http://sqlite.org/sqlar.html — found via Mwmbl
SQLite Archive Files
Each row of the SQLAR table holds the content of a single file. The filename (the full pathname relative to the root of the archive) is in the "name" fie…
-
https://sqlite.org/sqlar/dir — found via Mwmbl
SQLite Archiver: All Top-level Files
Files in the top-level directory in any check-in SQLAR - SQLite Archiver This repository contains sources for the "SQLite Archiver" program. This program…
-
http://sqlite.org/backup.html — found via Mwmbl
SQLite Backup API
1. Using the SQLite Online Backup API Historically, backups (copies) of SQLite databases have been created using the following method: Establish a shared…
-
http://sqlite.org/printf.html — found via Mwmbl
SQLite's Built-in printf()
1.1. Advantages Why does SQLite have its own private built-in printf() implementation? Why not use the printf() implementation from the standard C librar…
-
https://sqlite.org/com/ams.html — found via Mwmbl
SQLite Annual Maintenance Subscription
SQLite is open-source which gives you full access to the code and there is an active development community on the web that you can go to for free help. S…
-
https://sqlite.org/speed.html — found via Mwmbl
SQLite Database Speed Comparison
Database Speed Comparison Note: This document is very very old. It describes a speed comparison between archaic versions of SQLite, MySQL and PostgreSQL.…
-
http://sqlite.org/support.html — found via Mwmbl
SQLite Support Options
Public Forum Connect with SQLite developers and other SQLite users on the SQLite Forum. This is the preferred way to get free help with SQLite. There was…
-
http://sqlite.org/copyright.html — found via Mwmbl
SQLite Copyright
SQLite Is Public Domain All of the code and documentation in SQLite has been dedicated to the public domain by the authors. All code authors, and represe…
-
http://sqlite.org/session.html — found via Mwmbl
SQLite Session Module C/C++ Interface
Rebasing changesets Important: This interface is experimental and is subject to change without notice. Suppose there is a site hosting a database in stat…
-
http://sqlite.org/autoinc.html — found via Mwmbl
SQLite Autoincrement
1. Summary The AUTOINCREMENT keyword imposes extra CPU, memory, disk space, and disk I/O overhead and should be avoided if not strictly needed. It is usu…
-
http://sqlite.org/src/help?cmd=rm — found via Mwmbl
SQLite: Help: rm
SQLite The "rm" command: The 'rm' and 'delete' commands do NOT normally remove the files from disk. They just mark the files as no longer being part of t…
-
https://www.mactech.com/2003/11/11/sqliteplugin-1-3/ — found via Mwmbl
SQLitePlugin 1.3 - MacTech.com
SQLitePlugin 1.3 SQLitePlugin is a powerful and easy-to-use database plugin for REALbasic built on top of SQLite, an embeddable, stand-alone SQL database…
New results
-
https://en.wikipedia.org/wiki/SQLite — found via Wikipedia
SQLite
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
-
https://en.wikipedia.org/wiki/Web_storage — found via Wikipedia
Web storage
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
-
https://en.wikipedia.org/wiki/Cloudflare — found via Wikipedia
Cloudflare
2022, Cloudflare announced an Edge SQL database, D1, which is built on SQLite. In August 2023, Cloudflare and IBM announced a partnership providing bot
-
https://en.wikipedia.org/wiki/D._Richard_Hipp — found via Wikipedia
D. Richard Hipp
April 9, 1961) is an American software developer and the primary author of SQLite as well as the Fossil SCM. He also authored the Lemon parser generator,
-
https://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems — found via Wikipedia
Comparison of relational database management systems
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:
-
https://docs.python.org/3/library/sqlite3.html — found via User
sqlite3 â DB-API 2.0 interface for SQLite databases — Python 3.13.3 documentation
SQLite is a C library that provides a lightweight disk-based database that doesnât require a separate server process and allows accessing the database u…
-
https://www.loc.gov/preservation/digital/formats/fdd/fdd000461.shtml — found via User
SQLite, Version 3
Identification and description SQLite, version 3, is the file format used as the publicly documented native format for the SQLite database engine since Ju…
-
https://sqlitebrowser.org/ — found via User
DB Browser for SQLite
DB Browser for SQLite DB Browser for SQLite (DB4S) is a high quality, visual, open source tool designed for people who want to create, search, and edit SQ…
-
http://fileformats.archiveteam.org/wiki/SQLite — found via User
SQLite - Just Solve the File Format Problem
SQLite is a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus fre…
-
http://sqlite.org — found via Mwmbl
SQLite Home Page
The SQLite file format is stable, cross-platform, and backwards compatible and the developers pledge to keep it that way through the year 2050. SQLite da…
-
https://sqlite.org/src — found via Mwmbl
SQLite: Documentation
SQLite SQLite Source Repository This repository contains the complete source code for the SQLite database engine, including many test scripts. However, o…
-
https://sqlite.org/see — found via Mwmbl
SQLite Encryption Extension: Documentation
SQLite Encryption Extension SQLite Encryption Extension Software Configuration Management System This website (https://www.sqlite.org/see) is where all o…
-
https://sqlite.org/wasm — found via Mwmbl
sqlite3 WebAssembly & JavaScript Documentation Index
sqlite3 WebAssembly & JavaScript Documentation Index This site is home to the documentation for the SQLite project's WebAssembly- and JavaScript-related A…
-
https://sqlite.org/sqlar — found via Mwmbl
SQLite Archiver: Documentation
SQLite Archiver SQLAR - SQLite Archiver This repository contains sources for the "SQLite Archiver" program. This program (named "sqlar") operates much li…
-
http://sqlite.org/android/ — found via Mwmbl
SQLite Android Bindings: Documentation
SQLite Android Bindings SQLite Android Bindings The SQLite library is a core part of the Android environment. Java applications and content providers acc…
-
http://sqlite.org/crew.html — found via Mwmbl
SQLite Developers
SQLite is written and maintained by a team of dedicated software professionals located around the world - on three continents. This page used to host nam…
-
https://sqlite.org/src4/home — found via Mwmbl
SQLite4: SQLite4
SQLite4 was an experimental rewrite of SQLite that was active from 2012 through 2014. All development work on SQLite4 has ended. Lessons learned from SQLi…
-
http://sqlite.org/faq.html — found via Mwmbl
SQLite Frequently Asked Questions
Longer answer: If you declare a column of a table to be INTEGER PRIMARY KEY, then whenever you insert a NULL into that column of the table, the NULL is a…
-
http://sqlite.org/35to36.html — found via Mwmbl
SQLite Changes From Version 3.5.9 To 3.6.0
SQLite version 3.6.0 (2008-07-16) contains many changes. As is the custom with the SQLite project, most changes are fully backwards compatible. However, a…
-
http://sqlite.org/docs.html — found via Mwmbl
SQLite Documentation
Documentation About SQLite→ A high-level overview of what SQLite is and why you might be interested in using it. Appropriate Uses For SQLite→ This docume…
-
http://sqlite.org/fts3.html — found via Mwmbl
SQLite FTS3 and FTS4 Extensions
Overview FTS3 and FTS4 are SQLite virtual table modules that allows users to perform full-text searches on a set of documents. The most common (and effec…
-
http://sqlite.org/fts5.html — found via Mwmbl
SQLite FTS5 Extension
1. Overview of FTS5 FTS5 is an SQLite virtual table module that provides full-text search functionality to database applications. In their most elementar…
-
https://sqlite.org/34to35.html — found via Mwmbl
SQLite Changes From Version 3.4.2 To 3.5.0
SQLite version 3.5.0 (2007-09-04) introduces a new OS interface layer that is incompatible with all prior versions of SQLite. In addition, a few existing …
-
https://sqlite.org/forum/about — found via Mwmbl
SQLite Forum: about
SQLite Forum About This Forum Report documentation issues with SQLite or suggest ways to improve the documentation. Ask for new features in SQLite. Seek …
-
http://sqlite.org/src/timeline — found via Mwmbl
SQLite: Timeline
SQLite 100 most recent check-ins Use a mini Bloom filter to help reduce the number of pointless searches for prior SubrtnSig objects when generating code…
-
http://sqlite.org/sqlar.html — found via Mwmbl
SQLite Archive Files
Each row of the SQLAR table holds the content of a single file. The filename (the full pathname relative to the root of the archive) is in the "name" fie…
-
https://sqlite.org/sqlar/dir — found via Mwmbl
SQLite Archiver: All Top-level Files
Files in the top-level directory in any check-in SQLAR - SQLite Archiver This repository contains sources for the "SQLite Archiver" program. This program…
-
http://sqlite.org/backup.html — found via Mwmbl
SQLite Backup API
1. Using the SQLite Online Backup API Historically, backups (copies) of SQLite databases have been created using the following method: Establish a shared…
-
http://sqlite.org/printf.html — found via Mwmbl
SQLite's Built-in printf()
1.1. Advantages Why does SQLite have its own private built-in printf() implementation? Why not use the printf() implementation from the standard C librar…
-
https://sqlite.org/com/ams.html — found via Mwmbl
SQLite Annual Maintenance Subscription
SQLite is open-source which gives you full access to the code and there is an active development community on the web that you can go to for free help. S…
-
https://sqlite.org/speed.html — found via Mwmbl
SQLite Database Speed Comparison
Database Speed Comparison Note: This document is very very old. It describes a speed comparison between archaic versions of SQLite, MySQL and PostgreSQL.…
-
http://sqlite.org/support.html — found via Mwmbl
SQLite Support Options
Public Forum Connect with SQLite developers and other SQLite users on the SQLite Forum. This is the preferred way to get free help with SQLite. There was…
-
http://sqlite.org/copyright.html — found via Mwmbl
SQLite Copyright
SQLite Is Public Domain All of the code and documentation in SQLite has been dedicated to the public domain by the authors. All code authors, and represe…
-
http://sqlite.org/session.html — found via Mwmbl
SQLite Session Module C/C++ Interface
Rebasing changesets Important: This interface is experimental and is subject to change without notice. Suppose there is a site hosting a database in stat…
-
http://sqlite.org/autoinc.html — found via Mwmbl
SQLite Autoincrement
1. Summary The AUTOINCREMENT keyword imposes extra CPU, memory, disk space, and disk I/O overhead and should be avoided if not strictly needed. It is usu…
-
http://sqlite.org/src/help?cmd=rm — found via Mwmbl
SQLite: Help: rm
SQLite The "rm" command: The 'rm' and 'delete' commands do NOT normally remove the files from disk. They just mark the files as no longer being part of t…
-
https://www.mactech.com/2003/11/11/sqliteplugin-1-3/ — found via Mwmbl
SQLitePlugin 1.3 - MacTech.com
SQLitePlugin 1.3 SQLitePlugin is a powerful and easy-to-use database plugin for REALbasic built on top of SQLite, an embeddable, stand-alone SQL database…