Skip to content

Netlify & Netlify Blobs

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

WARNING

We're not sure that this way will work because Netlify Blobs is still in beta experiment. We received The environment has not been configured to use Netlify Blobs. To use it manually, supply the following properties when creating a store: siteID, token error when we're testing, if you have the same problems, please start an issue.

  • Click on the button to new a Sasanqua project.
  • Deploy to Netlify
  • Click Connect to GitHub to connect Netlify with your GitHub account.

image

  • Change the name of the project, and the dataabase settings, then click Save & Deploy.
  • You can keep the default if you're using Netlify Blobs as the database.
env
# For Netlify Blbos
DATABASE_NAME=netlify-blobs
DATABASE_CONFIG={"name":"sasanqua"}

image

  • Netlify will automatically run the build command and deploy the site.

image

  • After deploying the site, you can visit it with the URL.

Released under the MIT License.