From c9ed8eec5abb8e543450a7b8d33a0b0fb6a0c026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Sat, 15 Feb 2025 09:38:48 +0200 Subject: [PATCH] docs: add mariadb in readme (#1052) Add MariaDB to README as suggested in #1051 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0105f6f..1adcaded 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Shiori is a simple bookmarks manager written in the Go language. Intended as a s - Simple and clean command line interface. - Simple and pretty web interface for those who don't want to use a command line app. - Portable, thanks to its single binary format. -- Support for sqlite3, PostgreSQL and MySQL as its database. +- Support for sqlite3, PostgreSQL, MariaDB and MySQL as its database. - Where possible, by default `shiori` will parse the readable content and create an offline archive of the webpage. - [BETA] [web extension][web-extension] support for Firefox and Chrome.