From 9b68ed165c84e54337822f596a2773fb7520f6b1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 13 Feb 2016 02:06:57 -0500 Subject: [PATCH] Update README.rst --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 450ab01..aaef0ac 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,9 @@ Records: SQL for Humans™ ======================== Records is a very simple, but powerful, library for making raw SQL queries -to most relational databases. +to *most* relational databases. + +This includes: Postgresql, MySQL, SQLite, Oracle, MS-SQL, and others (database drivers not included). This common task can be surprisingly difficult with the standard tools available. This library strives to make this workflow as simple as possible,