Databases Podcast Summaries
Databases on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

The most trusted code on Earth is being rewritten in Rust
Fireship
Jun 19, 2026
Turso attempts to modernize the world's most trusted database, SQLite, by porting it to Rust with native concurrency, async support, and vector search. While the project faces the immense challenge of matching SQLite's 25-year track record of rock-solid reliability, its promise of native AI integration suggests a critical evolution in local data storage.
Key insight: SQLite is used in trillions of instances globally, including every iPhone, Android, and even on the Mars rover, making it potentially the most important software ever written.

I gave Claude its own database, here's what happened
Tech With Tim
Apr 28, 2026
Integrating ghost.build with AI agents allows developers to spin up, fork, and destroy databases in parallel. This eliminates the fear of corrupting production data and allows for aggressive experimentation with query optimizations and data migrations by treating databases as ephemeral, disposable assets.
Key insight: You can spin up 10 database forks in parallel and run 10 different migration strategies simultaneously to benchmark results before applying the winner to your production database.