Can you use Joi with SQL database?

This page summarizes the projects mentioned and recommended in the original post on /r/node

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

    Runtime validation for static types

  • P.S. we’re using Funtypes (which is very similar to Joi but with better TypeScript integration) to validate user input before passing it into any of our code. I.e. we do that at the API layer, rather than the database layer.

  • @databases

    TypeScript clients for databases that prevent SQL Injection

  • If you’re using TypeScript and don’t have untrusted user data, @databases can generate static types, which can be a good alternative to runtime validation.

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

  • Node Core Dev Starter Kit

    1 project | dev.to | 21 Oct 2022
  • Top 10 Node.js Security Best Practices

    1 project | /r/node | 18 Sep 2022
  • General ORM question - How costly is not using a SELECT ATTRIBUTES clause?

    1 project | /r/node | 29 Aug 2022
  • SQL result into variable

    2 projects | /r/node | 31 Jul 2022
  • Atdatabases: TypeScript Clients for Databases

    1 project | news.ycombinator.com | 11 Jul 2022