Files
flipper/desktop/plugins/public/databases/docs/overview.mdx
Kevin Strider b38591a35c features docs
Summary:
Remove reference to limitation of an API to a particular platform or app.

We show in Flipper whether the plugin is compatible or not. For example, if an iOS device is connected, for plugins that don't support iOS, Flipper marks them as disabled and show a message.

Reviewed By: lblasa

Differential Revision: D36241811

fbshipit-source-id: 4f936279c8dd616fc95a4e6c3e149a0b74b98bd6
2022-05-09 05:46:04 -07:00

26 lines
779 B
Plaintext

import useBaseUrl from '@docusaurus/useBaseUrl';
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")} />
### 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")} />