Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefking/king.data.sql.reflection
Reflect SQL Server Schema.
https://github.com/jefking/king.data.sql.reflection
c-sharp reflection repository sql-server
Last synced: about 1 month ago
JSON representation
Reflect SQL Server Schema.
- Host: GitHub
- URL: https://github.com/jefking/king.data.sql.reflection
- Owner: jefking
- License: mit
- Created: 2014-09-27T16:04:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T17:02:25.000Z (about 2 months ago)
- Last Synced: 2024-12-03T00:41:02.532Z (about 1 month ago)
- Topics: c-sharp, reflection, repository, sql-server
- Language: C#
- Homepage: https://www.nuget.org/packages/King.Data.Sql.Reflection
- Size: 544 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Reflect SQL Server Schema
+ Load Stored Procedures, and all parameters
+ Load tables, and all columns and keys### [NuGet](https://www.nuget.org/packages/King.Data.Sql.Reflection)
```
PM> Install-Package King.Data.Sql.Reflection
```### [Wiki](https://github.com/jefking/King.Data.Sql.Reflection/wiki)
View the wiki to learn how to use this.### CI
[![Build status](https://dev.azure.com/jefkin/oss/_apis/build/status/King.Data.Sql.Reflection)](https://dev.azure.com/jefkin/oss/_build/latest?definitionId=22)