PostgreSQL is now fully supported

This commit is contained in:
IreuN 2022-08-09 00:32:37 +02:00 committed by GitHub
parent af03f4c17d
commit 6a298b4a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/).**