mirror of https://github.com/AMT-Cheif/drift.git
Update community_tools.md (#1557)
Updated viewer and inspector packages to include drift specific versions
This commit is contained in:
parent
871f1e4198
commit
39b4745b7d
|
@ -13,16 +13,17 @@ or via email to oss <at>simonbinder<dot>eu.
|
||||||
|
|
||||||
## Moor inspector
|
## Moor inspector
|
||||||
|
|
||||||
[Chimerapps](https://github.com/Chimerapps) wrote the `moor_inspector` package and plugin for IntelliJ
|
[Chimerapps](https://github.com/Chimerapps) wrote the `drift_inspector` (and `moor_inspector`) package and plugin for IntelliJ
|
||||||
and Android Studio. You can use it to inspect a moor or drift database right from your IDE!
|
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 [`moor_inspector` package](https://pub.dev/packages/moor_inspector) on pub
|
||||||
- The [IntelliJ plugin](https://plugins.jetbrains.com/plugin/15364-moor-inspector)
|
- The [`drift_inspector` package](https://pub.dev/packages/drift_inspector) on pub
|
||||||
- The [project on GitHub](https://github.com/Chimerapps/moor_inspector)
|
- 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
|
## moor_db_viewer
|
||||||
|
|
||||||
[moor_db_viewer](https://pub.dev/packages/moor_db_viewer) by [Koen Van Looveren](https://github.com/vanlooverenkoen)
|
[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.
|
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
|
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.
|
rows by columns that you've added to your tables.
|
||||||
|
|
Loading…
Reference in New Issue