From 260ad57e1c6d9d791fd0cc18b64c79bf2742d42d Mon Sep 17 00:00:00 2001 From: Andrew Gubskiy Date: Thu, 10 Nov 2016 11:34:17 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d58b71..2070ef9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# scaffolder +# Database scaffolding platform [![wercker status](https://app.wercker.com/status/6e22a8e0832bbe9cb5c6f0ae259f38ac/s/master "wercker status")](https://app.wercker.com/project/byKey/6e22a8e0832bbe9cb5c6f0ae259f38ac) -Database scaffolding tool +"Scaffolder" project lets you create extensible data-driven Web applications by inferring at run time the appearance and behavior of data entities from the database schema and deriving UI behavior from it. + +Scaffolding - this is a way to automatically generate Web pages for each table in the database. Scaffolding lets you create a functional Web site for viewing and editing data based on the schema of the data. You can easily customize scaffolding elements or create new ones to override the default behavior. +