Database
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.
Here are 20,777 public repositories matching this topic...
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create database db;
use db;
rename table tb1 to tb2;
2. What did you expect to see? (Required)
MySQL 5.7
ERROR 1017 (HY000): Can't find file: './db_optimistic/tb1.frm' (errno: 2 - No suc
I'm trying to migrate from PHPOffice/PhpSpreadsheet to this package. PhpSpreadsheet works fine with my xlsx file, while sheetjs gives no info about hidden rows. It's really important since my script needs to ignore hidden cells.
Mentioned file has been sent to email from the Contributing doc.
Package version: "xlsx": "^0.17.4".
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Jan 25, 2022 - Clojure
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
Jan 24, 2022 - TypeScript
-
Updated
Jan 22, 2022 - JavaScript
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
Is your feature request related to a problem? Please describe.
Before postgres version 13, there was no way to tell postgres to stop using a default expression for a stored, generated column. In 13, they added DROP EXPRESSION syntax. Cockroach has long had DROP STORED syntax, which is, well, confusing and hard to discover.
This form turns a stored generated column into a normal base
Scalable datastore for metrics, events, and real-time analytics
-
Updated
Jan 24, 2022 - Go
Automatic SQL injection and database takeover tool
-
Updated
Jan 24, 2022 - Python
-
Updated
Jan 10, 2022 - C++
A library that provides an embeddable, persistent key-value store for fast storage.
-
Updated
Jan 25, 2022 - C++
Describe the bug
I would like to create a new API key with restricted permissions on a given index. The API returns an error when I specify the action documents.*. According to the documentation of v0.25,
The * character can also be used as a wildcard to get all permissions for a route, e.g. documents.* to authorize acc
Bug description
On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:

-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Jan 24, 2022 - TypeScript
-
Updated
Jan 15, 2022 - Scala
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
-
Updated
Jan 22, 2022 - C++
An open source cybersecurity protocol for syncing decentralized graph data.
-
Updated
Jan 21, 2022 - JavaScript
Realm is a mobile database: a replacement for Core Data & SQLite
-
Updated
Jan 25, 2022 - Objective-C
-
Updated
Jan 18, 2022 - JavaScript
Preflight Checklist
- I have completed all Troubleshooting Steps.
- I'm on the latest version of Directus.
- There's no other issue that already describes my problem.
Describe the Bug
The colle
-
Updated
Dec 1, 2021 - Rust
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
-
Updated
Jan 25, 2022 - C
- Wikipedia
- Wikipedia


etcd depends on gobin (https://github.com/myitcv/gobin) that since go 1.16 can get replaced with
go run $pkg@$version:Please refactor the scripts to use upstream
go run: