From 3dc6a952ef8700706909bf60a1b15cf21af47608 Mon Sep 17 00:00:00 2001 From: Markus Siemens Date: Mon, 24 Jul 2023 20:53:19 +0200 Subject: [PATCH] docs: mention multithreading issues with flask See #529 --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index ab6c63d1..c982ac35 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -37,7 +37,7 @@ Why **Not** Use TinyDB? ----------------------- - You need **advanced features** like: - - access from multiple processes or threads, + - access from multiple processes or threads (e.g. when using Flask!), - creating indexes for tables, - an HTTP server, - managing relationships between tables or similar,