How to Connect Neon Database to Local pgAdmin 4
How to Connect Neon Database to pgAdmin 4 (Quick Reminder) I always forget the exact steps when connecting my Neon Postgres database to pgAdmin, so I'm writing this as a personal reminder. Step-by-Ste

Search for a command to run...
Articles tagged with #postgresql
How to Connect Neon Database to pgAdmin 4 (Quick Reminder) I always forget the exact steps when connecting my Neon Postgres database to pgAdmin, so I'm writing this as a personal reminder. Step-by-Ste

I wanted an automated way to back up my production database. Most tutorials use GitHub Actions, but my code is hosted on GitLab, so I decided to use GitLab CI/CD instead. In this guide, I'll show you

Since automated backups aren't available on the Supabase Free Tier, I wanted a simple workflow I could run before every migration. There Are 3 Ways to Backup a Supabase Database If you're on the Supa

Learn Prisma ORM the practical way. Understand migrate dev, generate, migrate deploy, Prisma Studio, and production workflows with real examples.

So youāve got your Supabase database backups (roles.sql, schema.sql, data.sql) safely stored in GitHub ā nice šNow comes the slightly nerve-wracking part: restoring everything into a fresh Supabase project without breaking things. This guide walks t...

Backing up a database is one of those things everyone knows they should doā¦until something breaks and thereās no backup š If youāre using Supabase, the good news is:you can fully automate PostgreSQL backups using GitHub Actions + Supabase CLI in jus...
