Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 18, 2023
1 parent 2deee17 commit 887ac5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/pages/docs/community_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ This includes drift databases, but preferences or secure local storage are also

## drift_db_viewer

[drift_db_viewer](https://pub.dev/packages/drift_db_viewer) (and [moor_db_viewer](https://pub.dev/packages/moor_db_viewer)) by [Koen Van Looveren](https://github.com/vanlooverenkoen)
The [drift_db_viewer](https://pub.dev/packages/drift_db_viewer) package by [Koen Van Looveren](https://github.com/vanlooverenkoen)
is a package to view a moor or drift database in your Flutter app directly.
It includes a graphical user interface showing you all rows for each table. You can also filter
rows by columns that you've added to your tables.

Starting with Drift 2.13 and Flutter 3.16, this database viewer is also available in DevTools! Navigate to
the "Drift" tab in DevTools and select your database class to view your database in Flutter's DevTools.
No additional dependencies are needed for this.

## moor2csv

[Dhiman Seal](https://github.com/Dhi13man) wrote a package to export moor or drift databases as csv files.
Expand Down
2 changes: 2 additions & 0 deletions drift/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- Add APIs to setup Wasm databases with custom drift workers.
- Add support for [custom types](https://drift.simonbinder.eu/docs/sql-api/types/),
which are useful when extending drift to support other database engines.
- Drift now provides a DevTools extension embedding the drift inspector written by
[Koen Van Looveren](https://github.co).
- Add `Expression.and` and `Expression.or` to create disjunctions and conjunctions
of sub-predicates.
- Step-by-step migrations now save the intermediate schema version after each step.
Expand Down

0 comments on commit 887ac5a

Please sign in to comment.