I would like to present the use of NamedTuples to implement some cool things in SQL Libraries

I would like to present the use of NamedTuples to implement some cool things in SQL Libraries:
* Typsesafe deriving column names from (nested) case class structures
* Natural feeling query builders
* Implementing (left) joins
* Example implementation in usql.
We'll explore type classes in Scala 3, using its new rules for givens, extension methods, and mechanisms for automatic derivation via mirrors or macros.
In this talk, I will present insights from running the Open Community Build, where we continuously build and migrate nearly 2,000 open-source projects to the newest Scala Next versions, from scratch, every week.
In this talk, I’ll guide you through the crossroads where Scala intersects with AI, some applications aimed at boosting developer productivity, others focused on integrating your code with LLMs.