{providers.map(provider => {
const name = provider.id.replace('docs/cloud-providers/supported-providers/', '');
const logoUrl = logos[`./logo-${name}.svg`];
const label = provider.data.sidebar?.label || provider.data.navTitle || provider.data.title;
return (
{logoUrl && (

)}
);
})}
#### How to Connect
To connect to any of these providers, follow these general steps:
1. **Open the DBCode Extension**: Launch Visual Studio Code and open the DBCode extension.
2. **Add a New Connection**: Click on the "Add Connection" icon.
3. **Select Your Provider**: Choose the desired cloud provider from the list on the right.
4. **Authenticate**: Follow the authentication process specific to the provider.
5. **Start Managing Your Databases**: Once connected, you can start managing your databases directly from Visual Studio Code.
For detailed instructions on connecting to each provider, refer to the [connect a cloud provider](/docs/cloud-providers/connect) article.
By supporting these leading cloud providers, DBCode ensures you have the flexibility and power to manage your databases efficiently and effectively within your development environment.
---
### Neon
## Requirements
To set up Neon with DBCode, you will need to use an API key.
You can obtain your API key by following the instructions provided on the