Skip to content

Commit c21bbd7

Browse files
patricksindelkamvdkleijn
authored andcommitted
Added NocoDB
1 parent a2f59de commit c21bbd7

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

NocoDB/NocoDB.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\NocoDB;
4+
5+
class NocoDB extends \App\SupportedApps
6+
{
7+
}

NocoDB/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "ca7eeb277689b9f5ec3f47392c5e86a7d5528f6e",
3+
"name": "NocoDB",
4+
"website": "https://nocodb.com/",
5+
"license": "GNU Affero General Public License v3.0",
6+
"description": "NocoDB is an open source no-code database platform designed to provide users with the ability to build, manage, and scale databases through an intuitive spreadsheet-like interface, eliminating the need for technical coding skills. The platform allows businesses and teams to create online databases from scratch or by connecting to existing databases such as PostgreSQL or MySQL.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "nocodb.png"
10+
}

NocoDB/nocodb.png

8.86 KB
Loading

0 commit comments

Comments
 (0)