Files
flipper/desktop/plugins/public/databases/docs/overview.mdx
Kevin Strider 82c59515b1 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
2022-04-13 02:46:19 -07:00

30 lines
835 B
Plaintext

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