Salesforce Functions with Heroku Postgres

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • dotenv

    Loads environment variables from .env for nodejs projects.

  • Of course, your Salesforce function code will need to include some specific pieces to ensure a proper connection to the database. The simplest approach would be to include dotenv package for specifying the database URL as an environment variable and the pg package as a Postgres client.

  • functions-recipes

    Discontinued Functions Recipes is a library of examples to help you getting started with Salesforce Functions and get used to their main features.

  • JavaScript Unit of Work example

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  • Heroku Postgres is a Postgres database that Heroku manages for you. That means that Heroku takes care of things like security, backups, and maintenance. All you have to do is use it. The best place to learn the details of Heroku Postgres is in the Heroku Devcenter documentation.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Cryptoflow: Building a secure and scalable system with Axum and SvelteKit - Part 0

    12 projects | dev.to | 4 Jan 2024
  • A Developer's Journal: Simplifying the Twelve-Factor App

    9 projects | dev.to | 3 Dec 2023
  • FRONTEND AND BACKEND UNDERSTANDING THE DIFFERENCES

    7 projects | dev.to | 30 Jul 2023
  • Building A Scalable Laravel Application

    2 projects | dev.to | 31 May 2023
  • OpenTalk meeting software with Rust back-end open-sourced under EUPL

    4 projects | /r/opensource | 19 Feb 2023