Skip to content

Commit

Permalink
docs: make the paragrah clearer (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
niconiahi authored Nov 3, 2023
1 parent 4236f00 commit 684bff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/content/main/basics/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A database is required for storing your users and sessions. Lucia connects to yo

## Database adapters

There are 2 types of adapters provided by Lucia: Regular adapters, and session adapters. As the name implies, session adapters only handles queries to the session table. This useful for when you want to store your sessions in a different database then your users, such as Redis and other memory stores.
There are 2 types of adapters provided by Lucia: Regular adapters, and session adapters. As the name implies, session adapters only handles queries to the session table. This is useful for when you want to store your sessions in a different database than your users, such as Redis and other memory stores.

We currently provide the following adapters:

Expand Down

0 comments on commit 684bff1

Please sign in to comment.