From 6a298b4a0f289378ea53e5002a270ff1318c1225 Mon Sep 17 00:00:00 2001 From: IreuN Date: Tue, 9 Aug 2022 00:32:37 +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 fe6ed42..71a13f0 100644 --- a/pkg/README.md +++ b/pkg/README.md @@ -2,7 +2,7 @@ [![GoDoc](https://godoc.org/github.com/boramalper/magnetico?status.svg)](https://godoc.org/github.com/boramalper/magnetico) - The most significant package is `persistence`, that abstracts access to the - magnetico databases with different engines (currently, SQLite, stdout and partly PostgreSQL). + magnetico databases with different engines (currently: SQLite, stdout and PostgreSQL). **For REST-ful magneticow API, see [https://app.swaggerhub.com/apis/boramalper/magneticow-api/](https://app.swaggerhub.com/apis/boramalper/magneticow-api/).**