Skip to main content

SQL

Introduction

General

Syntax

  • Understanding SQL SELECT and WHERE β€’ WHERE filters out rows and SELECT filters out columns β€’ Edward Loveall πŸ“–
  • Understanding SQL JOIN β€’ JOIN combines the columns from two tables into one larger table (to allow returning extra cross-referenced data) β€’ Edward Loveall πŸ“–

PostgreSQL

ORMs

<<<<<<< main

origin/main

  • JS ecosystem:
    • I tried 8 different Postgres ORMs β€’ Compares pg, postgres.js, knex, kysely, sequelize, typeorm, prisma and drizzle and recommends Prisma or Drizzle β€’ Beyond Fireship πŸ“Ί

Inbox