Clément

Results 11 comments of Clément

I don't know if my installation is bad but I have exactly the same problems with the http template. I don't understand why it doesn't work. I have no error...

I propose feature here: https://github.com/hasura/graphqurl/pull/83

Hey @PGPAWAN You can override your options here: `dump.Options = []string{"-s"}` or `dump.Options = []string{"-n"}` ``` package main import ( "fmt" "os" pg "github.com/habx/pg-commands" ) func main() { dump, err...

hi @mertcakmak2 You must have `pg_dump` / `pg_restore` (binary: https://docs.postgresql.fr/15/app-pgdump.html) installed in your system https://github.com/habx/pg-commands/blob/80902540e1f24a4d8d5a4651d57bec4922cac683/pg_dump.go#L12-L13 If its not work, I can modify my code for add new methods for setup...

yes ! you can update exec path