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