Update community tools

This commit is contained in:
Simon Binder 2022-01-26 15:42:49 +01:00
parent 8c6302ad28
commit 3f165c2df7
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 7 additions and 4 deletions

View File

@ -11,17 +11,20 @@ Contact me on [Gitter](https://gitter.im/moor-dart/community), [Twitter](https:/
or via email to oss <at>simonbinder<dot>eu.
{% endblock %}
## Moor inspector
## Drift inspector
[Chimerapps](https://github.com/Chimerapps) wrote the `drift_inspector` (and `moor_inspector`) package and plugin for IntelliJ
[Chimerapps](https://github.com/Chimerapps) wrote the `drift_inspector` package and plugin for IntelliJ
and Android Studio. You can use it to inspect a moor or drift database right from your IDE!
- The [`moor_inspector` package](https://pub.dev/packages/moor_inspector) on pub
- The [`drift_inspector` package](https://pub.dev/packages/drift_inspector) on pub
- The [IntelliJ plugin](https://plugins.jetbrains.com/plugin/15364-drift-database-inspector)
- The [project on GitHub](https://github.com/Chimerapps/drift_inspector)
## moor_db_viewer
The upcoming [`storage_inspector`](https://github.com/NicolaVerbeeck/flutter_local_storage_inspector) package
and IntelliJ plugin will also enable you to inspect your drift database along with local storage or other
persistence packages you use.
## 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)
is a package to view a moor or drift database in your Flutter app directly.