SQLite
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.
Here are 4,776 public repositories matching this topic...
Issue type:
[x] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ] cordova
[x] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the
-
Updated
Jul 17, 2020 - C++
-
Updated
Apr 20, 2020 - Java
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Apr 3, 2020 - Go
-
Updated
Jul 15, 2020 - Go
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
Jul 17, 2020 - Rust
-
Updated
Jun 19, 2020 - PHP
-
Updated
Jul 14, 2020 - Swift
-
Updated
Jul 14, 2020 - Common Lisp
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Go
-
Updated
Jul 8, 2020 - PHP
Created by D. Richard Hipp
Released August 17, 2000
- Website
- www.sqlite.org
- Wikipedia
- Wikipedia
Issue Description
What was unclear/insufficient/not covered in the documentation
How to update and increment in one single query
If possible: Provide some suggestion on how we can enhance the docs
Add this to the docs.
Additional context
#7268
Issue Template Checklist