supabase/dbdev

docs: add some docs describing how to use "dbdev install" via the CLI

kiwicopple opened this issue · 1 comments

Chore

Describe the chore

the current doc only describes how to do it using SQL

Additional context

example:

dbdev install --connection postgres://postgres:postgres@localhost:54322/postgres --path ./pg_idkit

Add docs for dbdev list too while you are at it.