Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dncuug/scaffolder

Database scaffolding tool
https://github.com/dncuug/scaffolder

c-sharp core database database-management database-scaffolding dynamic-data net-core net-framework scaffolder schema

Last synced: 13 days ago
JSON representation

Database scaffolding tool

Awesome Lists containing this project

README

        

# Database scaffolding platform
[![wercker status](https://app.wercker.com/status/6e22a8e0832bbe9cb5c6f0ae259f38ac/s/master "wercker status")](https://app.wercker.com/project/byKey/6e22a8e0832bbe9cb5c6f0ae259f38ac)
[![Part of awesome .NET Core](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/thangchung/awesome-dotnet-core#application-templates)

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