badaso icon indicating copy to clipboard operation
badaso copied to clipboard

Detect sql views to create Crud on them

Open Dri372 opened this issue 2 years ago • 0 comments

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

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)

Dri372 avatar Aug 22 '22 15:08 Dri372