Skip to content

Vercel & Vercel KV

Vercel provides serverless runtime and Key-Value database at the same time, we recommend it because it is easy to manage your data and integrate the database with the server.

  • Click on the button to new a Sasanqua project.

  • Vercel

  • Enter vercel-kv for the DATABASE_NAME and {} for the DATABASE_CONFIG.

env
DATABASE_NAME=vercel-kv
DATABASE_CONFIG={}
  • Click Deploy to deploy Sasanqua in your Vercel account.
  • Go to your Sasanqua project and click on the Storage tab.

image

  • Then, click Connect Store to connect with your Vercel KV database.

image

  • You can select an existing KV database or create a new one.

image

  • Select all the environments and click Connect to connect with your Sasanqua Analytics.

image

  • You may need to redeploy your Sasanqua app to make sure that the environment variables were set.

Released under the MIT License.