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 8,821 public repositories matching this topic...
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
Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read:
// https://sequelize.org/master/manual/assocs.html
// For example, to use UUID as the foreign key data type instead of the default (INTEGER), you can simply do:
const { DataTypes } = require("Sequelize");
Foo.hasOne(Bar, {
foreignKey: {
// name: 'myFooId'
type: DDescribe the Bug
Imported activity data from another source using GUID and the time series graph is quite entertaining. Looking at the api query, there is no sort option. I think its worth including the sort parameter using the chosen time column.
To Reproduce
Create a ta
-
Updated
May 18, 2022 - Go
-
Updated
May 3, 2022 - JavaScript
-
Updated
May 16, 2022 - Go
-
Updated
May 18, 2022 - PHP
Original issue:
Relevant PRs:
diesel-rs/diesel#3035
diesel-rs/diesel#3036
diesel-rs/diesel#3037
diesel-rs/diesel#3092
-
Updated
May 15, 2022 - Java
-
Updated
May 18, 2022 - Go
-
Updated
Apr 3, 2020 - Go
-
Updated
Mar 13, 2022 - JavaScript
The macros can emit code directly referencing serde_json::Value which may trigger compilation errors if the user doesn't have it in their own dependencies: https://discord.com/channels/665528275556106240/665528275556106243/969377568685981716
I'm surprised we haven't encountered this before now, probably because if someone wants to use serde_json::Value in their code deliberately then they p
-
Updated
Mar 18, 2022 - PHP
-
Updated
May 18, 2022 - Swift
Describe the bug
https://github.com/mikro-orm/mikro-orm/blob/757801e9260b4cc89577b89ddbeec7a428fdb9a0/packages/core/src/entity/EntityAssigner.ts#L81
It would appear the default behavior is to just set the entity directly to the property, however if yo
-
Updated
May 10, 2022 - PHP
When creating a dump from OpenEdge (Progress) database, boolean fields will contain the following values:
- "yes" - true
- "no" - false
- "?" - null. I am assuming that everything else than yes/no is null here.
-
Updated
May 18, 2022 - C#
Created by D. Richard Hipp
Released August 17, 2000
- Website
- www.sqlite.org
- Wikipedia
- Wikipedia

NocoDB used as docker: true
NocoDB version: 0.84.15
Database used in NC_DB URL: mysql
Project was created by clicking : New Project by connecting to external database
Database on which spreadsheet is created : mysql
OS on which NocoDB is running: linux (using the official NocoDB image)
Node.js version if running as node: v12.22.10 (from official image)
Database version : *bo