mrlacey / MauiAppAccelerator

A Visual Studio extension to accelerate the creation of new .NET MAUI apps.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.MauiAppAccelerator
MIT License
351 stars 10 forks source link

You can create a RAD tool from the Database Schema #28

Open OscarAgreda opened 1 year ago

OscarAgreda commented 1 year ago

you have created a fantastic tool here.

you should consider using this package https://github.com/martinjw/dbschemareader

to make your tool generate pages from the database, even master-detail UI pages.

you have gold o your hands

Great job, super clean code btw

mrlacey commented 1 year ago

X-Ref #26

OscarAgreda commented 1 year ago

Hello @mrlacey,

If you or anyone else is considering tackling this issue, I'm up for the task. I've used the DBSchemaReader before to generate a complete C# clean architecture under Domain-Driven Design principles.

Adding DBSchemaReader to MauiAppAccelerator could be a real game-changer, particularly for database-heavy projects. It might cut down on development time.

Your work on this tool is appreciated.

Best, Oscar Agreda

mrlacey commented 1 year ago

@OscarAgreda how do you imagine the integration working? What will the usage experience be like?