From 37f1d8986eaab78aa09bdaffed25f65e3e3ad7f6 Mon Sep 17 00:00:00 2001 From: cybermerlin <1460479+cybermerlin@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:57:31 +0300 Subject: [PATCH] fix: ADR> 0001-save-tables.md -__- graphql not a DB (#91) --- docs/decisions/0001-save-tables.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/decisions/0001-save-tables.md b/docs/decisions/0001-save-tables.md index eadc14b..5a51029 100644 --- a/docs/decisions/0001-save-tables.md +++ b/docs/decisions/0001-save-tables.md @@ -9,7 +9,6 @@ Need - quick save data from tables. Nobody knows how many columns can be in tabl ## Considered Options -* GraphQL * MySQL * PostgreSQL * ClickHouse @@ -20,4 +19,4 @@ Need - quick save data from tables. Nobody knows how many columns can be in tabl ## Decision Outcome -Chosen option: "GraphQL", because easy to use and have some libraries with client and server components to start to use. +Chosen option: "Redis", because easy to use and have some libraries with client and server components to start to use.