To help out everyone else, this is designed for those working on PostgreSQL development. For anyone who is just using PostGres as part of their application, use normal PostGreSQL container.
Honest question. Do you recommend a "devcontainer" for this? Like a Docker image that maybe has both postgres and your development environment preinstalled inside? Or do you generally like to use and reference an external docker container instance (with postgres installed) and connect to it from your devcontainer instance?
pg-dev-container is a ready-to-run VS Code development container that includes:
- PostgreSQL source code and build tools
- A debug build of PostgreSQL
- A pre-configured debugger for step-through debugging
- Sample extensions
- A brief guide on how to compile, install, and debug a simple extension
To help out everyone else, this is designed for those working on PostgreSQL development. For anyone who is just using PostGres as part of their application, use normal PostGreSQL container.
Honest question. Do you recommend a "devcontainer" for this? Like a Docker image that maybe has both postgres and your development environment preinstalled inside? Or do you generally like to use and reference an external docker container instance (with postgres installed) and connect to it from your devcontainer instance?
pg-dev-container is a ready-to-run VS Code development container that includes:
- PostgreSQL source code and build tools - A debug build of PostgreSQL - A pre-configured debugger for step-through debugging - Sample extensions - A brief guide on how to compile, install, and debug a simple extension
Via
https://www.linkedin.com/feed/update/urn:li:activity:7417691...