drift/examples
Simon Binder 6e79a5b58c
Use `package:js` to wrap sql.js library
2022-04-01 23:42:52 +02:00
..
flutter_web_worker_example Move examples into top-level folder 2022-04-01 22:11:21 +02:00
migrations_example Move examples into top-level folder 2022-04-01 22:11:21 +02:00
web_worker_example Use `package:js` to wrap sql.js library 2022-04-01 23:42:52 +02:00
with_built_value Some maintenance work on examples 2022-04-01 22:39:28 +02:00
README.md Move examples into top-level folder 2022-04-01 22:11:21 +02:00

README.md

Examples using drift

This collection of examples demonstrates how to use some advanced drift features.

  • flutter_web_worker_example: Asynchronously run a drift database through a web worker with Fluter.
  • migrations_example: Example showing to how to generate test utilities to verify schema migration.
  • web_worker_-_example: Asynchronously run a drift database through a web worker, without Flutter.
  • with_built_value: Configure build_runner so that drift-generated classes can be used by build_runner.