Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harish2704/directus-sql-panel
- Owner: harish2704
- License: mit
- Created: 2022-01-01T08:54:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T04:42:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T01:35:02.408Z (about 2 months ago)
- Topics: directus, directus-extension, directus-extension-endpoint
- Language: Vue
- Homepage:
- Size: 50.8 KB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-directus - SQL Panel - Panel component which shows result of stored SQL query as a table. (Extensions / Community)
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```