We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/supabase/dbdev
There's nothing in the docs showing how to list installed packages. I had to dig through the CLI source code to find out how to do this.
Update the docs to inform users that they can run this query.
select name, default_version from pgtle.available_extensions()
Update the docs to inform users that the CLI supports this as well (example using local dev).
dbdev list --connection 'postgresql://postgres:postgres@localhost:54322/postgres'
Docs for basic package management should always include install, list, update, and removal of packages.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Improve documentation
Link
https://github.com/supabase/dbdev
Describe the problem
There's nothing in the docs showing how to list installed packages. I had to dig through the CLI source code to find out how to do this.
Describe the improvement
Update the docs to inform users that they can run this query.
select name, default_version from pgtle.available_extensions()
Update the docs to inform users that the CLI supports this as well (example using local dev).
dbdev list --connection 'postgresql://postgres:postgres@localhost:54322/postgres'
Additional context
Docs for basic package management should always include install, list, update, and removal of packages.
The text was updated successfully, but these errors were encountered: