Nice. But with regards to the SQLite cloud, it annoys the hell out of me that so many of this type of site hide their pricing. It makes no sense to me at all. It just puts me off signing up to test services if I don't know the pricing.
Hi all. SQLite Cloud's founder here.
Our service is still in beta. We'll announce pricing as soon as we're out of the beta phase. There is no marketing strategy at all here, we are just developing one step at a time.
This is a great idea! On a related note, I love how nalgeon [0] has interactive blog posts [1] on SQLite release notes using WASM magic<p>[0] - <a href="https://news.ycombinator.com/user?id=nalgeon">https://news.ycombinator.com/user?id=nalgeon</a><p>[1] - <a href="https://antonz.org/sqlite-3-45/" rel="nofollow">https://antonz.org/sqlite-3-45/</a>
> Real-Time Query Execution: Write your SQL queries and see the results instantly. Whether you're retrieving data, performing joins, or modifying tables, the Interactive SQLite Console provides immediate feedback.<p>Types DELETE FROM table ... Oh<p>I presume you have a commit step or something?
It seems interesting but I think I prefer to keep another tab with <a href="https://www.db-fiddle.com/" rel="nofollow">https://www.db-fiddle.com/</a> to experiment with the syntax.
You can get this for pretty much any language by re-using Jupyter kernels; here's a Python example: <a href="https://hidden-truth-8699.ploomberapp.io/" rel="nofollow">https://hidden-truth-8699.ploomberapp.io/</a>