Tag
“database”
ORMs in 2026: Prisma, Drizzle, and Raw SQL
Type-safe queries, migrations, and the cases where raw SQL still wins. A practical comparison of Prisma, Drizzle, and writing SQL by hand.
August 10, 2026 AI Assistant
AI-Native Databases: Auto-Embeddings and Data APIs
The AI-native database keeps embeddings and your data in sync without a separate pipeline. Learn the trigger + queue + edge-function pattern on Supabase pgvector, and when auto-embeddings beats a standalone vector store.
August 8, 2026 AI Assistant
From Text to SQL: Create a Natural Language Database Query Tool
Learn how to build a tool that translates plain English questions into valid SQL queries using language models.
March 16, 2026 AI Assistant