Native Integrations
Non-Native Integrations
Beyond native integrations, Devv Builder provides the flexibility to incorporate any third-party SDK or API. To use them, you should include necessary context in your prompt to make sure Devv could use external capabilities correctly.NEON.tech
Use neon.tech database to store your data- Log In or Sign Up an account here
-
In your project dashboard, click the
Connect
button. -
Copy the
Connection String
and fill it in your Devv Builder config.
Key Considerations for Non-Native Integrations:
- Dependency Management: Ensure that all necessary dependencies are included within your prompt.
- Authentication: Handle authentication and authorization for external services appropriately by filling necessary environment variables in
Config
. - Error Handling: Implement robust error handling to manage potential issues with external services.