Server side validation

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SupaScript

  • I also wrote this library, which makes things even more node/deno like: https://github.com/burggraf/supascript

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

    InfluxDB logo
  • esm.sh

    A fast, smart, & global CDN for modern(es2015+) web development.

  • import { createClient } from 'https://esm.sh/@supabase/supabase-js@2' // Create client for interacting with your database const supabase = createClient( 'https://xyzcompany.supabase.co', 'SERVICE ROLE KEY' <<<----- the important part ) serve(async (req) => { // do validation here if(invalid) { return errorResponse } if(valid) { supabase.from('myTable').update({ name: 'My new Name' }) return successResponse } })

  • supabase

    The open source Firebase alternative.

  • You can write vanilla JS in *.ts files just fine. You don't need to use types. If you check this: https://github.com/supabase/supabase/blob/master/examples/edge-functions/supabase/functions/select-from-table-with-auth-rls/index.ts

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

  • Building a Slack Bot for AI-Powered Conversations with Supabase

    2 projects | dev.to | 10 Oct 2023
  • What is Embedding? Generating Embedding using Supabase

    2 projects | dev.to | 10 Oct 2023
  • Testing Supabase Edge Functions with Deno Test

    3 projects | dev.to | 11 Jul 2023
  • Secure Password Verification and Update with Supabase and PostgreSQL

    3 projects | dev.to | 4 Jul 2023
  • Simple auth with Deno's Fresh + Supabase

    5 projects | dev.to | 16 Dec 2022