PostgreSQL Functions in Typescript

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • plv8ts

    Create PostgreSQL functions in Typescript.

  • To use the lint and fix commands, copy the other files from the example directory on Github.

  • pg_cron

    Run periodic jobs in PostgreSQL

  • Functions can be executed via a database query or on a regular schedule. Trigger functions are a special type of function that are covered in a previous article. They provide a way to execute an action based on a database event.

  • 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
  • jasmine

    Simple JavaScript testing framework for browsers and node.js

  • The plv8ts package also shows how to use the Jasmine testing framework to test your functions before installing them in Postgres. You can mock out the PLV8 functions and test the results of your code. Check out the example for more details.

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