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

postgres

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 3,419 public repositories matching this topic...

graphql-engine
kreempuff
kreempuff commented Oct 10, 2020

Whenever I try to issue a command using hasura seeds apply -f <FILEPATH>, the command adds the seeds prefix to the path and errors

I would expect it to use the relative file path as given so I can tab complete specific seed files.

Ex:

hasura seeds apply --file seeds/1602160517233_resource.sql
FATA[0000] error opening file: open <REDACTED>/seeds/seeds/1602160517233_resource.
macobo
macobo commented Oct 30, 2020

Is your feature request related to a problem?

Currently, when using single-page apps we encourage users to send $pageview events manually by integrating with their router library.

This confusion came up within a call.

Describe the solution you'd like

It would be great to have a sample "integration" library with e.g. react-router. We can then link to that integration from within o

sify21
sify21 commented Sep 4, 2020

I'm using postgresql, sqlx="0.4.0-beta.1".
My struct is like:

#[derive(Serialize, Deserialize, Debug, PartialEq, FromRow)]
pub struct Struct1 {
    pub a1: i16,
    pub a2: String,
    pub a3: Option<String>,
    pub a4: Option<serde_json::Value>,
    pub a5: serde_json::Value,
    pub a6: Option<String>,
    pub a7: Option<serde_json::Value>,
    pub a8: Option<f32>,
    pub a9: 

Created by Michael Stonebraker

Released July 8, 1996

Repository
postgres/postgres
Website
www.postgresql.org
Wikipedia
Wikipedia
You can’t perform that action at this time.