Skip to content

Commit

Permalink
Update database.md typo
Browse files Browse the repository at this point in the history
SQLite is embedded (typo had SQL)
  • Loading branch information
lawson89 authored and leafo committed Feb 29, 2024
1 parent 1bbd811 commit 260e7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 260e7df

Please sign in to comment.