The Wayback Machine - https://web.archive.org./web/20210122202548/https://github.com/topics/postgresql
Skip to content
#

PostgreSQL

postgresql logo

PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.

Here are 15,262 public repositories matching this topic...

dbeaver
KOLANICH
KOLANICH commented Jan 11, 2019

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

tkalliom
tkalliom commented Dec 17, 2020

Environment

Knex version: 0.21.13
Database + version: N/A
OS: N/A

Issue is about TypeScript definitions, @lorefnon

Bug

As stated in the documentation, count, min etc. take an optional options object, with the key as specifying an alias for the aggregate value. However, the types AsymmetricAggregation and TypePreservingAggregation only have the ...columnNames paramete

cube.js
directus
Oreilles
Oreilles commented Jan 19, 2021

I used the Directus app to add a O2M field to a collection with a lot of items, and choose to add the corresponding M2O field to the related table.

When visualizing the collection hosting the O2M field, that field indicates "100 items" and it's only possible to scroll through these 100 items, even though there are way more.

Would it be possible to skip that limit, to change its value, or jus

prisma
dawid-nowak
dawid-nowak commented Nov 29, 2020

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")]

   

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 Dec 23, 2020
  • Python
supabase

Created by Michael Stonebraker

Released July 8, 1996

Repository
postgres/postgres
Website
www.postgresql.org
Wikipedia
Wikipedia