Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/postgresql-client/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# PostgreSQL Client (postgresql-client)

A feature adding the postgrsql client cli
PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.

## Example Usage

Expand All @@ -16,6 +16,9 @@ A feature adding the postgrsql client cli
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select the major version of postgres | string | 16 |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/robbert229/devcontainer-features/blob/main/src/postgresql-client/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/mjavint/devcontainer-features/blob/main/src/postgresql-client/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
8 changes: 5 additions & 3 deletions src/uv/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# uv/uvx (uv)

Tool to replace pip, pip-tools, pipx, poetry, pyenv, virtualenv, and more.
# uv (uv)

An extremely fast Python package and project manager, written in Rust.

## Example Usage

Expand All @@ -14,7 +15,8 @@ Tool to replace pip, pip-tools, pipx, poetry, pyenv, virtualenv, and more.

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Version of UV to install. Accepts versions with 'v' prefix. | string | latest |
| version | Select the version to install. | string | latest |
| shellautocompletion | Enable or disable uv and uvx autocompletion. | boolean | false |



Expand Down