PostgreSQL
PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
Here are 13,680 public repositories matching this topic...
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Oct 10, 2020 - 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
Oct 10, 2020 - TypeScript
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
-
Updated
Oct 9, 2020 - 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
REST API for any Postgres database
-
Updated
Oct 9, 2020 - Haskell
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
-
Updated
Sep 5, 2020
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
Introduction
DataSourceConnectionUrlUtil is to assemble configuration items, e.g., password, database name, to get a complete and correct JDBC URL for the connection pool.
Task
- Create unit test class for
DataSourceConnectionUrlUtil - Add assertion for
getUrl()withPostgreSQLdatabase input - Add assertion for
getUrl()withMySQLdatabase input - Raise a PR
Ti
An powerful enhanced toolkit of MyBatis for simplify development
-
Updated
Oct 10, 2020 - Java
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Oct 2, 2020 - JavaScript
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
-
Updated
Oct 9, 2020 - C
Postgres CLI with autocompletion and syntax highlighting
-
Updated
Oct 6, 2020 - Python
PostgreSQL client for node.js.
-
Updated
Oct 9, 2020 - JavaScript
Hey!
Currently, there are no plans to add support for it (from core team), but we are happy to merge and help with contribution from the community.
For driver implementer, take a look at
https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md#implementing-sql-dialect
Example of driver implementation
Who are interested in prepari
Cross-platform client for PostgreSQL databases
-
Updated
Oct 10, 2020 - Go
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
-
Updated
Oct 10, 2020
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
Setup
Versions
- Diesel: 1.4.3
Problem Description
Documentation states
fn eq_any<T>(self, values: T) -> In<Self, T::InExpression>Queries using this method will not be placed in the prepared statement cache
But [comments](https://github.com/diesel
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
-
Updated
Sep 22, 2020 - JavaScript
Universal command-line interface for SQL databases
-
Updated
Oct 7, 2020 - Go
NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
-
Updated
Oct 6, 2020 - Python
Flyway by Redgate • Database Migrations Made Easy.
-
Updated
Oct 9, 2020 - Java
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
-
Updated
Jun 20, 2020 - Python
What went wrong?
I'm getting deprecation warnings with openSSL encryption.
[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
Hi,
First of all, thank you all for Falcon. It's awesome.
However, it looks like the Apache Drill connector only works with S3 buckets. Nonetheless, Drill itself is able to query from lots of other places (such as a local filesystem, HDFS, MongoDB...).
Adding generic support for Apache Drill (without the need for S3 credentials) would be great. It would expand Falcon capabilities a lot
A fast PostgreSQL Database Client Library for Python/asyncio.
-
Updated
Oct 6, 2020 - Python
Database management in a single PHP file
-
Updated
Oct 6, 2020 - PHP
Distributed PostgreSQL as an extension - for multi-tenant and real-time analytics workloads
-
Updated
Oct 9, 2020 - C
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.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