Tag
“sql”
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
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