uasoft-indonesia / badaso

Laravel Vue headless CMS / admin panel / dashboard / builder / API CRUD generator, anything !
https://badaso.uatech.co.id
MIT License
1.22k stars 222 forks source link

Detect sql views to create Crud on them #770

Closed Dri372 closed 2 years ago

Dri372 commented 2 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Add sql views (in addition to tables) to Crud list to be able to create Crud on such entities.

Describe alternatives you've considered 1) Create "as needed" a table from the sql view and create a Crud on this table. Ok with few data or data don't change often

OR

2) Create an eloquent model of this sql view. Create an empty table image of the sql view. Create a Crud on this table and set the model. Ok with Eloquent Model (not query builder)

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.