From dde84873820a6eaf4abc5626d551d3725199e3c9 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Fri, 2 May 2025 01:51:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e587400..bab6e22 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This project demonstrates a proof of concept for a database solution in Go that uses zero SQL or text-based query languages. Instead, it leverages [BadgerDB](https://github.com/dgraph-io/badger), a fast key-value store written in Go, to provide structured data storage with API-style access patterns. +## Disclaimer ⚠️ + +This is not clean architecture friendly yet. + ## Core Features - **No SQL or Query Languages** - Pure programmatic data access through Go functions