Neon
Overview
The Neon Element is used to connect to Neon databases. Neon is an open-source, serverless Postgres database specifically designed for cloud environments. It separates computation and storage, offering modern development features such as automatic scaling, branching, and unlimited storage. Using the Neon Element allows your application to easily enjoy high-performance storage services.
Features
Neon configuration
Before using the Neon Element, you need to register an account on the Neon official website.
After having a Neon account, you can create a Neon Element in your Workspace and enter the API Key generated in Neon API, which allows you to connect to your Neon database.
After entering the connection to the Neon database, associate your database to complete the docking with the Neon database.
Access
Access in the Neon SDK
If you need to access Neon Element within your code, please refer to the Neon SDK section.