项目作者: dncuug

项目描述 :
Database scaffolding tool
高级语言: C#
项目地址: git://github.com/dncuug/scaffolder.git
创建时间: 2013-09-22T22:06:38Z
项目社区:https://github.com/dncuug/scaffolder

开源协议:Apache License 2.0

下载


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.