From 65a3285057c3b346f5e1f29ed6b47dc6797b080b Mon Sep 17 00:00:00 2001 From: IreuN Date: Tue, 9 Aug 2022 00:35:53 +0200 Subject: [PATCH] PostgreSQL is now fully supported --- pkg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/README.md b/pkg/README.md index 71a13f0..0a3dd6a 100644 --- a/pkg/README.md +++ b/pkg/README.md @@ -6,7 +6,7 @@ **For REST-ful magneticow API, see [https://app.swaggerhub.com/apis/boramalper/magneticow-api/](https://app.swaggerhub.com/apis/boramalper/magneticow-api/).** -## PostgreSQL database engine (only `magneticod` part implemented) +## PostgreSQL database engine PostgreSQL database engine uses [PostgreSQL](https://www.postgresql.org/) to store indexed torrents. It's more performant and flexible than SQLite but requires additional software configuration.