schotime / NPoco

Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco
Apache License 2.0
848 stars 302 forks source link

Add "Scaldfold DB" support (Like Entity Framework) #617

Closed redarccoder closed 3 years ago

redarccoder commented 3 years ago

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

1 2 3

schotime commented 3 years ago

I won't be adding this sorry but you are most welcome to create your own package or global tool.