Advanced queries in Dart
Use sql joins or custom expressions from the Dart api
Use sql joins or custom expressions from the Dart api
Define what happens when your database gets created or updated
Deep-dive into what kind of SQL expressions can be written in Dart
Use generated table classes to reflectively inspect the schema of your database.
Acessing drift databases on multiple isolates.
Keep your database code modular with DAOs
Store more complex data in columns with type converters
Use your own classes as data classes for drift tables
Advanced options applied when writing the generated code