{ "id": "postgres-asdf", "version": "1.0.4", "name": "PostgreSQL (via asdf)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/postgres-asdf", "description": "PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/asdf-package" ] }