From 1104d295f919543ff3fe85362a9bbfde3919c9ff Mon Sep 17 00:00:00 2001 From: azu Date: Sat, 12 Apr 2025 22:49:13 +0900 Subject: [PATCH] =?UTF-8?q?fix=20typo:=20SQLLite=20=E2=86=92=20SQLite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe0b632..6b124c10 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ module.exports = async () => {
-đź‘€   **Alternatives:** Some memory-only DB engines (e.g. SQLLite) are tempting - Surprisingly they are likely to be even slower in a multi-process testing mode + Present noise due to unsupported features❌; Some mock/stub the DB layer - Cutting off few seconds does not justify the greatly decreased risks coverage ❌ +đź‘€   **Alternatives:** Some memory-only DB engines (e.g. SQLite) are tempting - Surprisingly they are likely to be even slower in a multi-process testing mode + Present noise due to unsupported features❌; Some mock/stub the DB layer - Cutting off few seconds does not justify the greatly decreased risks coverage ❌