For an MVP SaaS product I've decided that Cloudflare Workers will be the best (and cheap) Function as a Service thing. Then I needed to store somewhere data, so D1 was a no brainer choice. Unfortunately I'm not very good at remembering column names and relations, so here is where D1Admin was in help. I was able to check my db schema visually and also when needed to tweak it (as this was an MVP project, it needed a lot of tweaks). Import of data was also helpful in order to load it with some test data. Review collected by and hosted on G2.com.
The Setup is not very straightforward! (it wasn't a click and go as I've expected). It required about 20+ minutes of patience. Review collected by and hosted on G2.com.