Propel's Query classes make it easy to write queries of any level of complexity in a simple and reusable way. Overview Propel proposes an object-oriented API for writing database queries. That means that you don't need to write any SQL code to interact with the database. Object orientation also facilitates code reuse and readability. Here is how to query the database for records in the book table