Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 937 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 937 Bytes

Database scaffolding platform

wercker status Part of awesome .NET Core

"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.