Summary: Previously we used <Link/> everywhere with useBaseUrl to avoid link destinations depending on the current url of the page. This isn't necessary if you instead link to the **file name**, rather than the **url path**. Then the links are resolved at build time, and work across imported markdown files etc. This diff just does the pages under Features, because other ones will get conflicts. I'll do those later. Reviewed By: nikoant Differential Revision: D25589707 fbshipit-source-id: 35ca986e19fc2af1054b81d7253eeb3827947ab8
21 lines
616 B
Plaintext
21 lines
616 B
Plaintext
---
|
|
id: databases-plugin
|
|
title: Databases
|
|
---
|
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
|
|
→ [See setup instructions for the Databases plugin](../setup/databases-plugin.mdx)
|
|
|
|
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
|
|
|
|
|
|
<img alt="Databases Plugin 1" src={useBaseUrl("img/databases-plugin-1.png")} />
|
|
<img alt="Databases Plugin 2" src={useBaseUrl("img/databases-plugin-2.png")} />
|
|
|
|
Note: this plugin is only available for Android.
|