From: Karl O. Pinc Date: Tue, 30 Oct 2018 21:43:10 +0000 (-0500) Subject: Mention data validation X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=e2abc9e2d06e584d2d354c856c3eccf181f2f09e;p=pgwui_core Mention data validation --- diff --git a/README.rst b/README.rst index c1fdff8..c6ac409 100644 --- a/README.rst +++ b/README.rst @@ -29,11 +29,12 @@ Short Documentation PGWUI_Core stands for `PostgreSQL`_ Web User Interface Core. -A Python framework for creating `PostgreSQL`_ web user interfaces. The -focus is on interfaces supporting bulk data upload or download, on -execution of batches of arbitrary SQL, and on transactions. A -distinguishing feature is an emphasis on discovering and reporting as -many errors as is possible per bulk interaction with the database. +A Python framework for creating `PostgreSQL`_ web user interfaces. +The focus is on interfaces supporting validation during bulk data +upload, supporting bulk download, on execution of batches of arbitrary +SQL, and on transactions. A distinguishing feature is an emphasis on +discovering and reporting as many errors as is possible per bulk +interaction with the database. PGWUI_Core is a framework based on the `Pyramid`_ framework. It provides modular and extendable capabilities, allowing you to