I was wondering if you're interested into adding scald folding capabilities to this project, since it increases the overall productivity of a developer to just write a command in Visual Studio (or the terminal in VSCode) and having all the changes of your database mapped into your code. Adding (basic) support to this isn't as hard.
Also, I made a little project to scald fold my MySQL Database (running 8.15) and I can share/optimize my code with you.
Running this program generates the basic structure for the DB and adds a "dbContextClass" to it, making it easier to use it (for example) in API and Web projects
I was wondering if you're interested into adding scald folding capabilities to this project, since it increases the overall productivity of a developer to just write a command in Visual Studio (or the terminal in VSCode) and having all the changes of your database mapped into your code. Adding (basic) support to this isn't as hard.
Also, I made a little project to scald fold my MySQL Database (running 8.15) and I can share/optimize my code with you.
Running this program generates the basic structure for the DB and adds a "dbContextClass" to it, making it easier to use it (for example) in API and Web projects