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 aslo when needed to tweak it (as this was an MVP projects, it needed a lot of tweeks). Import of data was also helpful in order to load i with some test data. Review collected by and hosted on G2.com.
The Setup is not very streightforward! (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.