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 14,647 public repositories matching this topic...
-
Updated
Dec 16, 2020 - Clojure
-
Updated
Dec 16, 2020 - TypeScript
-
Updated
Dec 16, 2020 - Python
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
Dec 14, 2020 - Haskell
-
Updated
Nov 21, 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
The test case SchemaBuilderTest is not make sense. It is better to redesign it for testing.
-
Updated
Dec 16, 2020 - Java
-
Updated
Dec 15, 2020 - C
-
Updated
Dec 11, 2020 - TypeScript
Is your feature request related to a problem? Please describe.
It is idiomatic for JWTs to be accepted using a header format of Authorization: Bearer <JWT>
(see jwt.io introduction.) In general, in history, the RFCs surrounding the authorization header have taken care to specify the mode of Authorization as the first part of the header value (e.g. Basic, Di
Makes it just that little nicer to use
-
Updated
Dec 11, 2020 - Python
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Dec 15, 2020 - Go
-
Updated
Dec 13, 2020
-
Updated
Apr 3, 2020 - Go
Is it supported at the moment to have 'serialize_as' and 'deserialize_as' on the single field in the sturcture as shown below?
#[derive(Identifiable, Queryable, PartialEq, Debug, Serialize, Deserialize, Insertable)]
#[table_name = "blah"]
pub struct Data {
#[diesel(serialize_as = "SensitiveStringSerializer")]
#[diesel(deserialize_as = "SensitiveStringDeserializer")]
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Dec 15, 2020 - Go
Right now, the validation error message is in the Example Usage box, which is what SSDT does
There's support for validation for input boxes, so it would be nicer for the error message to show up with the associated input box like this:

[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
-
Updated
Dec 16, 2020 - Elixir
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