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
Sometimes, people don't store their DB connection info as a connection string, and they choose another method (e.g., a k8s secret with separate fields for the endpoint, password, username, etc.) It can be cumbersome for these people to format this connection data as a connection string.
Solution Brainstorm
Separate flags/vars for each component of a connection string.
The text was updated successfully, but these errors were encountered:
Problem Statement
Sometimes, people don't store their DB connection info as a connection string, and they choose another method (e.g., a k8s secret with separate fields for the endpoint, password, username, etc.) It can be cumbersome for these people to format this connection data as a connection string.
Solution Brainstorm
Separate flags/vars for each component of a connection string.
The text was updated successfully, but these errors were encountered: