Updating documentation for new version of database plugin

Summary: ^^

Reviewed By: jknoxville

Differential Revision: D17770002

fbshipit-source-id: f2aa1a0fbdea0f2f794261f77dfe2557def2aef0
This commit is contained in:
Arnaud Frugier
2019-10-07 08:18:24 -07:00
committed by Facebook Github Bot
parent e074898d46
commit 57e8f8e235
3 changed files with 7 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 KiB

After

Width:  |  Height:  |  Size: 702 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 KiB

After

Width:  |  Height:  |  Size: 666 KiB

View File

@@ -5,7 +5,13 @@ title: Databases
→ [See setup instructions for the Databases plugin](setup/databases-plugin.md) → [See setup instructions for the Databases plugin](setup/databases-plugin.md)
The Databases plugin provides developers with read access to their databases: browse the data, see your table's structure and its indexes. The Databases plugin provides developers with read-write access to their databases:
- browse your tables' data
- see your tables' structure
- execute queries
- mark queries as favorites
- see logs of past executed queries
![Databases Plugin 1](/docs/assets/databases-plugin-1.png) ![Databases Plugin 1](/docs/assets/databases-plugin-1.png)
![Databases Plugin 2](/docs/assets/databases-plugin-2.png) ![Databases Plugin 2](/docs/assets/databases-plugin-2.png)