From 0e8826cd586da2fb2b8496b009b8fdb397025a81 Mon Sep 17 00:00:00 2001 From: Yudha Subki Date: Thu, 25 Jul 2024 18:57:17 +0700 Subject: [PATCH] docs: update README.md support PostgreSQL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31434c2..0a9f4b8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Built on the sturdy foundations of [SQLite3](https://www.sqlite.org/index.html), [NutsDB](https://github.com/nutsdb/nutsdb), and now supporting the [Turso Database](https://turso.tech/), Block Queue prioritizes efficiency by minimizing network latency and ensuring cost-effectiveness. +Block Queue now also supports PostgreSQL, expanding its versatility and compatibility. ## Why BlockQueue While Kafka, Redis, or SQS is an excellent product, it is quite complex and requires a lot of resources. My purpose is to build this BlockQueue for simplicity, low resources, and cheap.