Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dncuug/scaffolder
- Owner: dncuug
- License: apache-2.0
- Archived: true
- Created: 2013-09-22T22:06:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T19:42:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-02T16:42:08.917Z (about 1 month ago)
- Topics: c-sharp, core, database, database-management, database-scaffolding, dynamic-data, net-core, net-framework, scaffolder, schema
- Language: C#
- Homepage: https://habrahabr.ru/post/311822/
- Size: 1.98 MB
- Stars: 111
- Watchers: 21
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.