From 82c59515b11a842f8426449676c287141206ece2 Mon Sep 17 00:00:00 2001 From: Kevin Strider Date: Wed, 13 Apr 2022 02:46:19 -0700 Subject: [PATCH] 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 --- .../public/databases/docs/overview.mdx | 31 ++++++++++++++----- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/desktop/plugins/public/databases/docs/overview.mdx b/desktop/plugins/public/databases/docs/overview.mdx index f814ed52f..487be83e9 100644 --- a/desktop/plugins/public/databases/docs/overview.mdx +++ b/desktop/plugins/public/databases/docs/overview.mdx @@ -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. Databases Plugin 1 -Databases Plugin 2 -Note: this plugin is only available for Android. +### Execute queries + +The following screenshot shows the recordset resulting from execution of the 'statusranking' query. + +Databases Plugin 2