You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description
Currently, devenv.sh does not support Couchbase as a native service, which forces developers to run it via docker. However, Docker can be quite heavyweight and resource-intensive, making it an inconvenient solution for local development.
Adding native support for Couchbase in devenv.sh would significantly improve the developer experience, allowing a simple services.couchbase.enable = true; option instead of managing a separate Docker setup.
Suggested Implementation
Similar to services.clickhouse.enable = true;, the official Couchbase Docker image could be used to start the service natively.
Problem Description
Currently,
devenv.sh
does not support Couchbase as a native service, which forces developers to run it viadocker
. However, Docker can be quite heavyweight and resource-intensive, making it an inconvenient solution for local development.Adding native support for Couchbase in
devenv.sh
would significantly improve the developer experience, allowing a simpleservices.couchbase.enable = true;
option instead of managing a separate Docker setup.Suggested Implementation
Similar to
services.clickhouse.enable = true;
, the official Couchbase Docker image could be used to start the service natively.The text was updated successfully, but these errors were encountered: