Airtable DB: How to literally use Airtable as a Database with Node.js

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.

  • dotenv — To keep your Sync Inc database password and Airtable API key out of version control, you'll use the dotenv library to manage environment variables.

  • node-fetch

    A light-weight module that brings the Fetch API to Node.js

  • node-fetch — You'll use the node-fetch library to make HTTP requests using the Sync Inc proxy.

  • 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

    PostgreSQL client for node.js.

  • pg — The Node-postgres library makes it easy to connect to your Sync Inc Postgres database and query your data.

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

  • OAuth 2.0 implementation in Node.js

    3 projects | dev.to | 13 Mar 2024
  • How to Choose the Right Document-Oriented NoSQL Database for Your Application

    3 projects | dev.to | 5 Sep 2023
  • Credentials Leak with Knex

    3 projects | dev.to | 6 Jun 2023
  • Turn CV to structured data with GPT-3 and Node.js

    4 projects | dev.to | 24 Jan 2023
  • Create a Discord Bot that Automates Secret Messages with Node.js

    3 projects | dev.to | 11 Oct 2022