reev-create / directus-sql-panel-1

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

directus-sql-panel

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

Installation

cd <directus_project_directory>
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

About

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

License:MIT License


Languages

Language:Vue 50.5%Language:JavaScript 49.5%