-
Updated
Jan 30, 2021 - Clojure
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 15,426 public repositories matching this topic...
-
Updated
Jan 31, 2021 - TypeScript
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
Jan 31, 2021 - Python
-
Updated
Jan 26, 2021 - Haskell
Environment
Knex version: 0.21.12
Database + version: Postgres 13
OS: Linux
Bug
- Explain what kind of behaviour you are getting and how you think it should do
Combining .pluck() with .first() yields strange behaviors. If .first() is before .pluck(), then the result is an array of plucked elements. If .first() is before .pluck() then the result is object with the plucked key and
-
Updated
Nov 21, 2020
-
Updated
Jan 29, 2021 - Java
-
Updated
Jan 30, 2021 - C
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
-
Updated
Jan 29, 2021 - TypeScript
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
-
Updated
Jan 18, 2021 - Python
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Jan 26, 2021
-
Updated
Jan 10, 2021 - 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
Apr 3, 2020 - Go
When launching the Create project from database dialog from the context menu of a database, the server and database dropdown are already populated, but sometimes the database dropdown is blank for a few second while waiting for the list of databases to load.
It would be nice if th
-
Updated
Jan 26, 2021 - Go
-
Updated
Jan 22, 2021 - JavaScript
-
Updated
Jan 31, 2021 - Objective-C
-
Updated
Jan 27, 2021 - Java
-
Updated
Dec 23, 2020 - Python
Build an example
Is your feature request related to a problem? Please describe.
New example use-case
Describe the solution you'd like
We've had a few people ask if they can use Supabase directly in their Webflow project. We don't know for sure, but we suspect you can if you're on Webflow's paid plan (so that you can add custom code).
You can already use supabase on a static
Example: Blitz.js
Example: RedwoodJS
-
Updated
Jan 29, 2021 - 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