Thanks for sharing this talk. I didn’t know about MobX, but I did use your fork of wa-sqlite (https://github.com/team-reflect/wa-sqlite/) since I also needed the sqlite-vec extension :)
By the way, Reflect is an awesome app; I'm actually a paid subscriber.
For small companies, this can be a valuable tradeoff. For example, we just secured a background processing service using Cloudflare Access; very practical and without too much security tradeoffs.
There doesn't seem to be any PopSQL users around here so I'll share my experience with it.
Currently, we're a team of 5 on a paid plan and we're loving the tool. We mainly use it to:
- Share queries to extract some kind of data from our databases
- Quickly run queries to answer a quick question
- My favorite use case: We create queries around bugs we've noticed in our data. We add "TODO:" in front of the query's name. We'll then move the query to a "Done" folder once we get the expected result.