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 6,204 public repositories matching this topic...
-
Updated
Mar 25, 2021 - TypeScript
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
Mar 25, 2021 - C++
-
Updated
Mar 25, 2021 - JavaScript
Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).
func (s *Store) Database(leader bool) ([]byte, error) {
if leader && s.raft.State() != raft.Leader {
return nil, ErrNotLeader
}
// Ensure only one snapshot can take place at once, and block all queries.
s.mu.Lock()
defer s.mu.Unlock()
f, err := ioutil.TempFile("", "rqlilte-snap-
-
Updated
Feb 24, 2021 - Java
Setup
Versions
- Rust: 1.50.0
- Diesel: master
- Database: mysql
- Operating System macOS 11
Feature Flags
- diesel: mysql, r2d2, chrono
Problem Description
The UndecoratedInsertRecord marker [implementation is not included](diesel-rs/diesel@a2996ee#diff-fa14d901408aeec9013f13ab3f012dc
-
Updated
Apr 3, 2020 - Go
-
Updated
Mar 24, 2021 - Go
-
Updated
Feb 28, 2021 - JavaScript
It looks like there are hints at connecting directly with a socket path https://github.com/beekeeper-studio/beekeeper-studio/blob/9ff3131030057364f31f3034677fc0f6a9bd48b5/src/lib/connection-provider.js#L23
But there does not appear to be anything in the UI to indicate
-
Updated
Mar 21, 2021 - PHP
-
Updated
Mar 17, 2021 - PHP
-
Updated
Mar 23, 2021 - Swift
I'm using postgresql, sqlx="0.4.0-beta.1".
My struct is like:
#[derive(Serialize, Deserialize, Debug, PartialEq, FromRow)]
pub struct Struct1 {
pub a1: i16,
pub a2: String,
pub a3: Option<String>,
pub a4: Option<serde_json::Value>,
pub a5: serde_json::Value,
pub a6: Option<String>,
pub a7: Option<serde_json::Value>,
pub a8: Option<f32>,
pub a9:
-
Updated
Mar 25, 2021 - Python
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.
Is your feature request related to a problem? Please describe.
I'm interested in using MikroORM in a system where migrations and schema management are handled by another tool. I attempted to use the EntityGenerator functionality but there doesn't appear to be any way to limit entity generation to specific schemas (in this case Postgres)
Describe the solution you'd like
I'd like to b
Created by D. Richard Hipp
Released August 17, 2000
- Website
- www.sqlite.org
- Wikipedia
- Wikipedia



Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk