Files
flipper/docs/features/databases-plugin.md
John Knox 5ad8106e3f Fix image links with baseUrl
Summary:
When using baseUrl in site config, it adds a prefix to all link paths.

But for assets, it doesn't work if you refer to them as `docs/assets/...`, you have to use just `assets/...`. Source: https://github.com/facebook/Docusaurus/issues/861

Reviewed By: passy

Differential Revision: D20796933

fbshipit-source-id: 2346e42b8b548f576a1e143f56ee5236eab55073
2020-04-02 03:14:08 -07:00

20 lines
509 B
Markdown

---
id: databases-plugin
title: Databases
---
→ [See setup instructions for the Databases plugin](setup/databases-plugin.md)
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
![Databases Plugin 1](assets/databases-plugin-1.png)
![Databases Plugin 2](assets/databases-plugin-2.png)
Note: this plugin is only available for Android.