For mobile developers: My favorite ORM tool for the Flutter all-platform app toolkit recently got a new name and a new version. The package was originally called Moor because it was vaguely inspired by "Room", Google’s Android-specific ORM. However, it transpired that the term …
I've been playing a bit with Django, a Python-based web framework. One thing that people starting in Django seem to miss out on is the standard "how to I make model classes from my existing database tables"? That's not because you can't do this, but only because most of the newb tutorials start from …