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 5,629 public repositories matching this topic...
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
-
Updated
Nov 29, 2020 - 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
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
-
Updated
Nov 27, 2020 - C++
Open-Source Data Platform — Directus wraps your new or existing SQL database with a realtime GraphQL+REST API for developers, and an intuitive admin app for non-technical users.
-
Updated
Nov 28, 2020 - Vue
A javascript library to run SQLite on the web.
-
Updated
Oct 27, 2020 - JavaScript
A library for debugging android databases and shared preferences - Make Debugging Great Again
-
Updated
Oct 10, 2020 - Java
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-
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
-
Updated
Apr 3, 2020 - Go
With #2571 merged diesel now officially supports GROUP BY causes. As mentioned in #210 we have no concrete planes for supporting HAVING clauses in the next release. I've opening this issue to just have one for HAVING clauses + write down some notes for potential contributors. So if anyone is interested in adding support for such clauses feel free to open a PR.
Steps to add support for `HA
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
-
Updated
Sep 22, 2020 - JavaScript
Database migrations. CLI and Golang library.
-
Updated
Nov 28, 2020 - Go
Database management in a single PHP file
-
Updated
Nov 24, 2020 - PHP
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
A toolkit for SQLite databases, with a focus on application development
-
Updated
Nov 28, 2020 - Swift
A terminal spreadsheet multitool for discovering and arranging data
-
Updated
Nov 29, 2020 - 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.
In my experience, far and away the primary reason to use DatabaseError::downcast_ref() is to check the constraint name. It would be nice not to have to downcast, though:
https://github.com/launchbadge/sqlx/blob/master/sqlx-core/src/error.rs#L146
pub trait DatabaseError: ... {
// existing methods omitted
/// Returns the name of the constraint that triggered the error, ifCommand line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
-
Updated
Oct 11, 2020 - Go
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