@SidJain_80@EOEboh This is inefficient for a table with many rows. A better approach is to paginate using timestamp (indexed)
e.g SELECT * FROM users WHERE timestamp >= <time> ORDER by timestamp LIMIT 10
@rauchg This is great, I hope to hear more from Vercel. On the other hand, my experience with CF is that I can test every product they offer locally, what of vercel?
@VasiliyZukanov I have been using flutter for about three years now. I have been very productive with it and enjoyed it until I had to code my own plugins that wrap on Android Native. Last week, I decided to try Android Native and in effect KMP. My mind was blown, from the IDE (Android Studio)..