Make it native database viewer - Mendix Forum

Make it native database viewer

5

When developing a native application, it’s often useful to be able to inspect the state of the database on the device, and currently, doing so would involve modeling a set of pages to view all the tables. Make It Native could provide this as a debugging tool akin to the element inspector and remote javascript debugger to make the lives of Mendix Native developers a lot easier.

Bonus: We’ll get a lot more performant Mendix Native apps because they’ll have better sync controls

asked
1 answers

Hello Conner, 

 

Actually, you can inspect the database in the device using a tool called DatabaseInspector in Android Studio:

 

 

 

Created