From 7eda983ae1514392a9dfc01e0402d0fd8d8b7180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20Barth=C3=A9lemy?= Date: Wed, 3 Jun 2020 08:15:23 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 098532f..f503a0a 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,12 @@ This package makes use of some relatively recent, non standard SQL extensions ad This package should be compatible with: - Postgres >= 9.5 -- Mysql >= 8.0.1 (:rotating_light: requires mysql-nio >= 1.0.0-rc.1.2) -- MariaDB >= 10.3 (:rotating_light: requires mysql-nio >= 1.0.0-rc.1.2) +- Mysql >= 8.0.1 +- MariaDB >= 10.3 +> Mysql requires mysql-nio >= 1.0.0-rc.1.2. If you are using fluent-mysql-driver >= 4.0.0-rc.2 this requirement will be satisfied automatically. -> Sqlite could be made to work in theory, but it would require that there is only one single Queues worker polling for jobs - and that the database has `journal_mode` set to `wal`. In short: it won't work, don't try. +> Sqlite will only work if you have a custom, very low number of Queues workers (1-2), which makes it useless except for testing purposes