From f582f86800b3fb10d9767bb2cfb153d8b1aa656c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Feb 2016 01:24:36 -0500 Subject: [PATCH] Update README.rst --- README.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f7e46bb..c97d8aa 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,13 @@ Relational: Just Write SQL ========================== Relational is a very simple, but powerful, library for making raw SQL queries -to Postgres Databases. This common task can be surprisingly difficult with the -standard tools available. This library strives to make this simple workflow -as easy and seamless as possible, while providing an elegant interface to work -with your results. +to Postgres Databases. + +This common task can be surprisingly difficult with the standard tools available. +This library strives to make this simple workflow as easy and seamless as possible, +while providing an elegant interface to work with your results. + +No need to replicate your schemas in code or count column indexes. .. code:: python