Tag
Database
Data layer: Postgres, Prisma, pgvector and ORM.
2 notes
- Sep 10, 20267 min read
Pinecone vs Postgres pgvector: when each makes sense
I started ReclamaAI with Pinecone. I considered migrating to pgvector. This is the honest comparison with costs, latencies, and the final decision with reasons.
AI & LLMsDatabaseReclamaAI - May 21, 20267 min read
Why I use Postgres + Prisma for everything (even when I "shouldn't")
The boring defense of a not-trendy stack. Why Postgres + Prisma is still the right default for 95% of products, even in 2026 with DynamoDB, MongoDB and Drizzle around.
DatabaseStack decisions