From 1df474fdaa8b1df0fac385cd2954c7334831b2b6 Mon Sep 17 00:00:00 2001 From: Roland Bock Date: Fri, 27 Sep 2013 10:57:32 +0200 Subject: [PATCH] Added hint towards dynamic queries to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 436a4405..80cc1cba 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ This results in several benefits, e.g. * the compiler reports many kinds of errors long before the code enters unit testing or production, * the library hides the gory details of string construction for queries and interpreting string based results returned by select calls. +The library supports both static and dynamic queries. The former offers greater benefit in terms of type and consistency checking. The latter makes it easier to construct queries on the flight. + + +Your help is needed: +-------------------- +The library is already used in production but it is certainly not complete yet. Feature requests, bug reports, contributions to code or documentation are most welcome. + + Examples: --------- For the examples, lets assume you have a table class representing something like