Skip to content

Commit 6c40305

Browse files
Added drawDB (#861)
* Added drawDB * Fix linter issue drawDB
1 parent 153defb commit 6c40305

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

drawDB/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "af2b601ca8cc937fe779a8fe70a9d9a512e8ff81",
3+
"name": "drawDB",
4+
"website": "https://www.drawdb.app/",
5+
"license": "GNU Affero General Public License v3.0 only",
6+
"description": "drawDB is a free and online open source database diagram editor where you can visiaulize your schema, share your diagram, export SQL scripts, reverse engineer DDL scripts, and much more...",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "drawdb.png"
10+
}

drawDB/drawDB.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\drawDB;
4+
5+
class drawDB extends \App\SupportedApps // phpcs:ignore
6+
{
7+
}

drawDB/drawdb.png

18.6 KB
Loading

0 commit comments

Comments
 (0)