Eko Andri Subarnanto
Eko Andri Subarnanto
> Closing this as won't fix because docker is a prerequisite for using the CLI. There's no mention in the doc that docker is prerequisite; can you add it there...
@sweatybridge This is how I run gen type ```bash $ npx supabase login $ npx supabase gen types typescript --db-url postgresql://postgres:[email protected]:5432/ppostgres npm WARN config global `--global`, `--local` are deprecated. Use...
Hi @sweatybridge thank you for your reply, but I still got error, though it's different ```bash $ npx supabase gen types typescript --project-id connection --schema public > types/supabase.ts npm WARN...
Hi @sweatybridge Like this right? I am the only one who has access to this project and create the project ```bash npx supabase gen types typescript --project-id postgresql://postgres:[email protected]:5432/postgres --schema public...
Ah ok got, it works now, thanks @sweatybridge