This document introduces Simple.Data, an open source .NET library that aims to simplify database access. It demonstrates how Simple.Data allows retrieving data with a single line of code, compared to multiple lines of code needed with traditional ADO.NET. Simple.Data also supports more complex queries and basic object-relational mapping capabilities. The goal of Simple.Data is to favor convention over configuration for common data access tasks.