2
0 Comments

SqlProvider - a C#9 code generator

https://github.com/NealCallaghan/SQLProvider

A work in progress, this is a code generator that connects to a database at compile time and creates classes based upon your schema that is type safe.

If you change your schema and rebuild the the classes will change, think entity framework but without the need for migrations.

Heavily inspired by F# SQL Provider, I wanted to see how a C# version could be written.

It will generate linq to SQL code. I plan on creating a nuget package soon.

Any feedback is welcome. Thank you

on April 2, 2021