-
Notifications
You must be signed in to change notification settings - Fork 167
Add support for configuring a database with popular SDKs #5501
Copy link
Copy link
Labels
agentAll the issues related to make the CLI work better with coding agentsAll the issues related to make the CLI work better with coding agentsenhancementpriority:mediumImprovements that are not the main priorityImprovements that are not the main priorityrdbManaged MySQL and PostgreSQL issues, bugs and feature requestsManaged MySQL and PostgreSQL issues, bugs and feature requests
Metadata
Metadata
Assignees
Labels
agentAll the issues related to make the CLI work better with coding agentsAll the issues related to make the CLI work better with coding agentsenhancementpriority:mediumImprovements that are not the main priorityImprovements that are not the main priorityrdbManaged MySQL and PostgreSQL issues, bugs and feature requestsManaged MySQL and PostgreSQL issues, bugs and feature requests
Type
Fields
Give feedbackNo fields configured for Feature.
Community Note
Description
It would be helpful to have in rdb the ability to generate a snippet of code that could be integrated in a given language to connect to a database.
How I imagine scw could expose this functionality
scw rdb config get type=phpAnd it would generate a connect string similar to: https://www.php.net/manual/en/function.pg-connect.php
We would add support for
node,typescript,python,go,rust, ...In particular in case the rdb is not available with a public endpoint we would configure it in the context of the private network it is in.
References