mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 23:00:20 +00:00
Update README.rst
This commit is contained in:
+7
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user