What if database branching was easy?
We usually think branching means copying the whole database. With copy-on-write, it doesn't. Let's compare workflows like seeding to DB branching.
We usually think branching means copying the whole database. With copy-on-write, it doesn't. Let's compare workflows like seeding to DB branching.
Xata is an open-source Postgres platform for agent scale. Instantly create isolated databases with copy-on-write branching at low cost.
Xata core is now available as open source under the Apache 2 license. It adds copy-on-write branching, scale-to-zero compute to Postgres.
Karpathy's LLM knowledge base handles text. Add a Postgres database alongside your wiki so your LLM can query metrics and connect numbers to context.
AI agents need two infrastructure layers: real-time streaming for fresh data and database branching for sandboxes. How to build both with Postgres.
Skip the OLAP stack. See how we built a product analytics warehouse on vanilla Postgres with materialized views, pg_cron, and copy-on-write branches.
Deep in a feature but need to fix a quick bug? See how I use git-worktree, Worktrunk, and a dynamic Caddyfile to seamlessly switch contexts and environments.
The 5 best data anonymization tools for development teams in 2026, compared by Git/CI integration, referential integrity, and speed, so you can ship with production-realistic data without risking compliance.
Learn the difference between anonymization and pseudonymization under GDPR, and when reversible data protection is essential for analytics and fraud detection.
As AI accelerates code generation, teams shift from line-by-line review to guardrails and QA. Discover why production-like, anonymized data and isolated database branches are now critical for safe, fast shipping.
Learn how Dynamic Data Masking (DDM) works, its limitations against inference attacks, and why static masking with branching is safer.
Ship faster with Postgres: JSONB, full-text search, trigrams, and cache tables. Add Redis or Elasticsearch only after you measure real production bottlenecks.