Hey folks. I’m building an admin dashboard for my app, and I’m trying to pull together some metadata. Firstly, I want to know how many distinct data types I have in the database (ie: the number of tables). Secondly, I’d like to know the total number of records I have across ALL data types.
I can think of very manual ways of doing both, but nothing simple and automated. Anybody have any ideas if this is possible?