Update storage_inspector in community tools

This commit is contained in:
Simon Binder 2022-02-02 17:19:59 +01:00
parent 2ef2d660fc
commit 64fde620f4
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 9 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Moor documentation
# Drift documentation
Welcome to the source of moor's documentation, live at moor.simonbinder.eu.
Welcome to the source of drift's documentation, live at drift.simonbinder.eu.
We use a static site generator based on `build_runner` to build the documentation.
## Running the website locally

View File

@ -11,18 +11,15 @@ Contact me on [Gitter](https://gitter.im/moor-dart/community), [Twitter](https:/
or via email to oss <at>simonbinder<dot>eu.
{% endblock %}
## Drift inspector
## Storage inspector
[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!
[Chimerapps](https://github.com/Chimerapps) wrote the `storage_inspector` packages, which
allows 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 [`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)
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.
- The general [`storage_inspector`](https://pub.dev/packages/storage_inspector) package on pub.
- The [IDEA plugin for your IDE](https://plugins.jetbrains.com/plugin/18231-local-storage-inspector).
- [drift support for `storage_inspector`](https://pub.dev/packages/drift_local_storage_inspector).
## drift_db_viewer