Viewing data at dev time

1
Is there a way I can see the contents of the database or the entity data at development time without having to build screens?    The purpose would be to, at development time, allow for the interrogation of data flowing in and out of the system.  
asked
4 answers
1

You can also review the modeler's development database. From the modeler, go to the Console tab and click Advanced -> Start built-in database viewer

answered
0

Would using the Excel Exporter be an idea? With the module you can create as many custom Excel templates as you want and you'd be able to access all your data and even export it to Excel.

answered
0

If you are using the standard cloud you could download and restore the postgres database to your local machine. I always inspect my postgres database to see what ends up in the database.

Regards,

Ronald

 

answered
0

odata is another option. Also accepts queries/ filters in the query string.

answered