gitvipin/sql30

Exclude param "tbl" from CRUD operations

gitvipin opened this issue · 1 comments

Currently, CRUD operations have a requirement of taking "tbl" param to identify on which table CRUD operation needs to be performed as there could be many tables in the database.

Ask here is to :

Explore if it makes sense to exclude this param and rather ask user to define his/her own property method that returns the table name on which to perform operation.

Resolved with 6d671cc