• This repository has been archived on 28/Jul/2019
  • Stars
    star
    111
  • Rank 314,510 (Top 7 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created about 11 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Database scaffolding tool

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.