planetscale-go
planetscale-go copied to clipboard
Feature: Add host and username into DatabaseBranchPassword
Right now we need to parse the connection strings to find username and host. Since it is returning plain text as:
database: xxx
username: yyyy
host: zzzz
password: sadad
Please addd host and username into DatabaseBranchPassword.