Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
Adds a new query parameter to list REST API named select_columns that will behave very similar to columns but will use the parameter to change the executed query by only selecting the requested columns (more efficient).
Description
Adds a new query parameter to list REST API named
select_columns
that will behave very similar tocolumns
but will use the parameter to change the executed query by only selecting the requested columns (more efficient).ADDITIONAL INFORMATION