#database
3 snippets tagged with #database
typescriptintermediate
Prisma Find with Relations
Query related records using Prisma ORM include and select for efficient nested data loading.
#prisma#orm
bashbeginner
PostgreSQL Docker Setup with Init Script
Docker Compose for PostgreSQL with volume persistence, init scripts, and connection pooling.
#postgres#docker
pythonadvanced
Database Sync Script in Python
Sync data between two databases with upsert logic, batch processing, and change detection.
#database#sync