Update README.rst

This commit is contained in:
2016-02-07 01:24:36 -05:00
parent 5d0d82438c
commit f582f86800
+7 -4
View File
@@ -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