SQL
SQL stands for structured query language. It uses commands such as "select", "insert", "update", "delete". Some common relational database management systems that use SQL are: Oracle, MySQL, Microsoft SQL Server, PostgreSQL, etc.
Here are 19,388 public repositories matching this topic...
Issue Description
What are you doing?
I am trying to strongly type my application using Typescript and Sequelize. I have noticed th
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
I apologize if this is the wrong venue for this. I can't tell if this behavior is buggy or just not what I expected.
Describe the problem
The disable_full_table_scans option seems so close to what I'm looking for, but not quite right.
My team is building an application atop CockroachDB with the intent of scaling horizontally. Naturally, we want to avoid using queries that require
ClickHouse® is a free analytics DBMS for big data
-
Updated
Oct 1, 2021 - C++
SQL powered operating system instrumentation, monitoring, and analytics.
-
Updated
Sep 30, 2021 - C++
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
Environment
Knex version: 0.21.1
OS: docker node:latest
I'd like to be able to write my migrations (and seed) files as es modules with the .mjs file extension like I'm doing with all my other javascript files.
I'd like to be able to run these migrations from within node (not via the cli) like this:
db/migrations/00001-users-table.mjs:
export const up = knex => knex.sche
We are using ShardingJDBC ,Sharding-JDBC, ShardingProxy or Sharding-Proxy in the document which have been staled.
Please unify the production names in all documents with master version.
Please use ShardingSphere-JDBC to instead of ShardingJDBC and Sharding-JDBC;
use ShardingSphere-Proxy to instead of ShardingProxy and Sharding-Proxy.
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
-
Updated
Sep 30, 2021 - C
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
Currently dolt diff -r sql renders UPDATE statements equivalent to the corresponding INSERT statement. I.e. listing the values for all columns. It would be nice if the statements could be reduced to only list the columns which actually changed for the row in question.
A javascript library to run SQLite on the web.
-
Updated
Sep 30, 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-
q - Run SQL directly on CSV or TSV files
-
Updated
Sep 26, 2021 - Python
Whenever I submit a GET request to the api/public/groups endpoint, the "collections" field for each group returns "None" on every group, even if they have access to collections. I can verify that the
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
Database migrations. CLI and Golang library.
-
Updated
Sep 28, 2021 - Go
Universal command-line interface for SQL databases
-
Updated
Sep 27, 2021 - Go
SQL for Humans™
-
Updated
Apr 20, 2021 - Python
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
-
Updated
Sep 30, 2021 - C#
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Sep 30, 2021 - Python


