SELECT * FROM users LIMIT 100

What if Convex had SQL?

A not so serious experiment in bringing a read-only SQL query syntax to Convex's real-time database.

I thought it might be useful for when I want to do text queries against my data. I have put next to zero thought into the practicality of this in a real project.