statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.65k stars 236 forks source link

Add recipe for database schema documentation #446

Open daveaglick opened 7 years ago

daveaglick commented 7 years ago

Idea is shamelessly stolen from https://github.com/schemadoc/schemadoc-theme, but it's a cool one. Use a setting to pass a connection string and then generate full database schema documentation.

adamclifford commented 7 years ago

Could we also have the option to target a SQL project, as we store our DB schema in source control and it would be good to have the documentation derived from that.

daveaglick commented 7 years ago

@adamclifford Good idea - if one recipe doesn't cover both cases, we can always make a second.