Skip to content

Instantly share code, notes, and snippets.

@foloinfo
foloinfo / generate_migration.sh
Last active October 14, 2024 23:35
Prisma rollback shell script
#!/bin/bash
# prisma does not generate rollback (down script by default)
# this script will generate the down script for each migration
name=$1
dir=$(pwd)
if [ -z "$name" ]
then
@staltz
staltz / introrx.md
Last active November 14, 2024 11:27
The introduction to Reactive Programming you've been missing