Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harish2704/directus-sql-panel

Directus panel component which shows result of stored SQL query as a table
https://github.com/harish2704/directus-sql-panel

directus directus-extension directus-extension-endpoint

Last synced: about 2 months ago
JSON representation

Directus panel component which shows result of stored SQL query as a table

Awesome Lists containing this project

README

        

# directus-sql-panel
Directus panel component which shows result of stored SQL query as a table

# Installation

```bash
cd
mkdir vendor
cd vendor
git clone https://github.com/harish2704/directus-sql-panel
cd ../

ln -s ../../vendor/directus-sql-panel/sql-panel/dist extensions/panels/sql-panel
ln -s ../../vendor/directus-sql-panel/sql-panel-api/dist extensions/endpoints/sql-panel-api

```