Skip to content

Developer Experience

Vibe Coding with Postgres: From Zero to Prod in Your IDE

with Miguel Toscano & Cyrille Visser

Friday 10 July 14:15 – 16:15 Room M1 (60 Seats)

About This Session

Vibe coding has revolutionized the speed and way we develop frontends, but it often hits a wall when it reaches the database. In this workshop, we will explore how the Model Context Protocol (MCP) eliminates this friction, making working with PostgreSQL (or other database engines) as agile and conversational as designing a frontend, all while maintaining full control from your IDE. We will demonstrate how to go from a simple idea to a complete data model in seconds, treating your IDE as an experienced Data Engineer. We will cover key aspects such as production optimization and indexing, all without the need to open an external SQL client or manually consult technical documentation.