From 260e7dfccd7c8be580def3cef7036b5767b5994f Mon Sep 17 00:00:00 2001 From: Richard Lawson Date: Sun, 5 Nov 2023 18:50:20 -0500 Subject: [PATCH] Update database.md typo SQLite is embedded (typo had SQL) --- docs/database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database.md b/docs/database.md index 39af4aa8..29d5c5f8 100644 --- a/docs/database.md +++ b/docs/database.md @@ -18,7 +18,7 @@ In supported environments, connection pooling will be used to ensure an optimal number of connections are opened to depending on the concurrent load to your application. -> Since SQL is embedded into your application, all queries are blocking and no connection pooling is used. +> Since SQLite is embedded into your application, all queries are blocking and no connection pooling is used. Depending on which database you use, a different library is used. You may need to install these libraries manually if you wish the use the associated