databases (Features)
Summary: Restyle of the page, including changes to spelling, grammar, links, and structure (where relevant). Reviewed By: nikoant Differential Revision: D35579752 fbshipit-source-id: c06ac9a812b244a9ace5c829df5c347d450f5e3b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
567fb5d623
commit
82c59515b1
@@ -1,14 +1,29 @@
|
||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||
|
||||
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
|
||||
:::note
|
||||
This plugin is only available for Android.
|
||||
:::
|
||||
|
||||
The Databases plugin provides Developers with read-write access to databases.
|
||||
|
||||
## Plugin functionality
|
||||
|
||||
The plugin provides the following functionality:
|
||||
|
||||
* Browse table data.
|
||||
* [Examine table structure](#examine-table-structure).
|
||||
* [Execute queries](#execute-queries).
|
||||
* Mark queries as favorites.
|
||||
* Read the logs of previously executed queries.
|
||||
|
||||
### Examine table structure
|
||||
|
||||
The following screenshot shows the structure of the 'ranking' table.
|
||||
|
||||
<img alt="Databases Plugin 1" src={useBaseUrl("img/databases-plugin-1.png")} />
|
||||
<img alt="Databases Plugin 2" src={useBaseUrl("img/databases-plugin-2.png")} />
|
||||
|
||||
Note: this plugin is only available for Android.
|
||||
### Execute queries
|
||||
|
||||
The following screenshot shows the recordset resulting from execution of the 'statusranking' query.
|
||||
|
||||
<img alt="Databases Plugin 2" src={useBaseUrl("img/databases-plugin-2.png")} />
|
||||
|
||||
Reference in New Issue
Block a user