From 50339b1b5af4127fe7fa3759982ec39d08673b86 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 13 Feb 2016 02:17:56 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bba097a..25eed9c 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Records: SQL for Humans™ **Records is a very simple, but powerful, library for making raw SQL queries to most relational databases.** -This common task can be surprisingly difficult with the standard tools available. +Plain 'ol SQL. This common task can be surprisingly difficult with the standard tools available. This library strives to make this workflow as simple as possible, while providing an elegant interface to work with your query results.