Community
Do you have a drift-related package you want to share? Awesome, please let me know! Contact me on Gitter, Twitter or via email to oss <at>simonbinder<dot>eu.
Storage inspector
Nicola Verbeeck wrote the storage_inspector
packages, which allow you to inspect your app's persistent data in JetBrains tools like IntelliJ or Android Studio. This includes drift databases, but preferences or secure local storage are also supported.
- The general
storage_inspector
package on pub. - The IDEA plugin for your IDE.
- drift support for
storage_inspector
.
drift_db_viewer
drift_db_viewer (and moor_db_viewer) by Koen Van Looveren 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.
moor2csv
Dhiman Seal wrote a package to export moor or drift databases as csv files. The package is on pub.