reating a database schema means creating an interface for applications to use to manage their data. But how do you know how well that interface works until you’ve tried it? Well, by trying it before you create it. This talk introduces the concept of test-driven development to database administrators. We’ll use pgTAP to work through a real-world example creating a database design with an intuitive,