Course curriculum

  • 1

    Introduction

    • Welcome and materials

    • What is SQLDelight?

    • Your first .sq file

    • Some words on DTOs

    • Exercises

  • 2

    Operations

    • Arguments and results

    • SQLDelight and coroutines

    • Relations and joins

    • The curious case of the missing tags

    • Transactions

    • Exercises

  • 3

    Types

    • Migrations

    • Customizing the mapping

    • Exercises