fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
564 stars 144 forks source link

Listed SSDT page on index page, ... #701

Closed JordanMarr closed 3 years ago

JordanMarr commented 3 years ago

...and added detailed instructions for properly setting the SSDT ResolutionPath.

Proposed Changes

I just wanted to add the SSDT provider to the index help page, and more importantly, I added some detailed instructions for setting up the ResolutionPath (since that is so crucial to getting it to work).

Types of changes

I only updated the docs.

Thorium commented 3 years ago

Thanks!

Thorium commented 3 years ago

Docs updated... I think the stored proc support will be quite high priority. Maybe you could introduce this as an entry to fsharp advent calendar, if not too late?

JordanMarr commented 3 years ago

Docs updated... I think the stored proc support will be quite high priority. Maybe you could introduce this as an entry to fsharp advent calendar, if not too late?

Good point on the stored procs... I don't think they'll be too bad, so I can probably knock them out today.