Lesson 12 of Module 1 of the CWC+ iOS Database course covers compound queries. This is something I used all the time with MySQL / MariaDB. I’m rather bemused to discover that we can’t actually do compound queries “as-is”. We have to create them outside of the code first. Either […]
Daily archives: 18 April 2022
3 posts
I, naturally, used queries a lot in the days of MySQL / MariaDB on my web databases, so Lesson 11 from Module 1 of the CWC+ iOS Database course was always going to be one that I looked forward to. Google has ensured that querying databases is pretty much as […]
I’m starting to feel that Google has made Firestore excessively easy for app developers. That’s both a good thing and a bad thing. It’s a good thing because it enables us to get up and running with databases without requiring a massive amount of complex knowledge. But it’s also a […]