Spaces:
No application file
No application file
SEO: Update description
Browse files
README.md
CHANGED
|
@@ -1,25 +1,15 @@
|
|
| 1 |
---
|
| 2 |
title: "Database ERD Visualizer and Query Runner VS Code Extension"
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
tags:
|
| 12 |
-
- devops
|
| 13 |
-
- infrastructure
|
| 14 |
-
- automation
|
| 15 |
-
- monitoring
|
| 16 |
-
- code
|
| 17 |
-
- snippets
|
| 18 |
-
- devops-infrastructure
|
| 19 |
-
- infra
|
| 20 |
-
- commit
|
| 21 |
-
- message
|
| 22 |
---
|
|
|
|
| 23 |
# Database ERD Visualizer and Query Runner VS Code Extension
|
| 24 |
|
| 25 |
Stop context-switching between database tools and your IDE to debug schema issues during deployments. The Database ERD Visualizer and Query Runner VS Code Extension keeps your entire database structure and query testing right where you code.
|
|
@@ -71,28 +61,11 @@ Yes. Save multiple connection profiles and switch between them instantly. Compar
|
|
| 71 |
|
| 72 |
**Get Database ERD Visualizer and Query Runner for $9.99 and eliminate context-switching from your database workflow starting today.**
|
| 73 |
|
| 74 |
-
##
|
| 75 |
-
|
| 76 |
-
1. Click **Use in Spaces** above to run the demo directly
|
| 77 |
-
2. Or clone the repository and run locally:
|
| 78 |
-
|
| 79 |
-
```bash
|
| 80 |
-
git clone https://huggingface.co/spaces/WealthFromAI/database-erd-visualizer-and-query-runner-vs-code-extension-76ab
|
| 81 |
-
cd database-erd-visualizer-and-query-runner-vs-code-extension-76ab
|
| 82 |
-
pip install -r requirements.txt
|
| 83 |
-
python app.py
|
| 84 |
-
```
|
| 85 |
-
|
| 86 |
-
## 💰 Pricing
|
| 87 |
|
| 88 |
- **Demo**: Free on Hugging Face Spaces
|
| 89 |
- **Full Source Code**: $9.99
|
| 90 |
-
- Available on [Gumroad](https://gumroad.com) and [Whop](https://whop.com)
|
| 91 |
-
|
| 92 |
-
## 📄 License
|
| 93 |
-
|
| 94 |
-
MIT License — free to use, modify, and distribute.
|
| 95 |
|
| 96 |
---
|
| 97 |
|
| 98 |
-
*Built with [FORGE-X](https://github.com/WealthFromAI)
|
|
|
|
| 1 |
---
|
| 2 |
title: "Database ERD Visualizer and Query Runner VS Code Extension"
|
| 3 |
+
emoji: "🤖"
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# Database ERD Visualizer and Query Runner VS Code Extension
|
| 14 |
|
| 15 |
Stop context-switching between database tools and your IDE to debug schema issues during deployments. The Database ERD Visualizer and Query Runner VS Code Extension keeps your entire database structure and query testing right where you code.
|
|
|
|
| 61 |
|
| 62 |
**Get Database ERD Visualizer and Query Runner for $9.99 and eliminate context-switching from your database workflow starting today.**
|
| 63 |
|
| 64 |
+
## Pricing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
- **Demo**: Free on Hugging Face Spaces
|
| 67 |
- **Full Source Code**: $9.99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
+
*Built with [FORGE-X](https://github.com/WealthFromAI)*
|