supabase / dbdev

Database Package Registry for Postgres
https://database.dev/
Apache License 2.0
370 stars 19 forks source link

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

Open kiwicopple opened 11 months ago

kiwicopple commented 11 months ago

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

tmountain commented 2 months ago

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