From 3208fd5a5145d605d889e410a84b9648ca6595fa Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:53:47 +0100 Subject: [PATCH] Add ChartDB (#1280) Co-authored-by: Rabenherz112 --- software/chartdb.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/chartdb.yml diff --git a/software/chartdb.yml b/software/chartdb.yml new file mode 100644 index 0000000000..072d7a10a3 --- /dev/null +++ b/software/chartdb.yml @@ -0,0 +1,12 @@ +name: ChartDB +website_url: https://chartdb.io/ +description: Database diagrams editor that allows you to visualize and design your DB with a single query. +licenses: + - AGPL-3.0 +platforms: + - Nodejs + - Docker +tags: + - Database Management +source_code_url: https://github.com/chartdb/chartdb +demo_url: https://app.chartdb.io \ No newline at end of file