Overview
Instructions
Overview
Instructions
Overview
SingleStoreDB is a scalable cloud database for data-intensive applications, and it can be hosted on AWS, Azure or GCP. Its engine can successfully handle operational and analytical workloads at the same time.
This integration allows Vercel developers to connect their projects to SingleStoreDB Workspaces. The integration will create a special-purpose user in the Workspace Group and then inject the necessary environment variables into the Vercel's project backend (credentials, hostname, etc.). This allows the Vercel project to connect to SingleStore much more easily.
SINGLESTORE_WORKSPACE_HOST
SINGLESTORE_WORKSPACE_USERNAME
SINGLESTORE_WORKSPACE_PASSWORD
Instructions
This extension has some known missing features which we're still working on:
If you have any issues with this extension, feel free to reach out in our Forums.
A code example is available for a simple API that returns rows from a database table.