docs: fix typo (#687)

This commit is contained in:
Bruno Fantauzzi
2024-11-29 18:14:12 +01:00
committed by GitHub
parent 19e9aadc4f
commit c1b5cc4fe3

View File

@@ -3,7 +3,7 @@ title: Database
description: Learn how to use a database with Better Auth.
---
Better Auth requires a database connection to store data. It comes with a query builder called <Link href="https://kysely.dev/"> Kysley </Link> to manage and query your database. The database will be used to store data such as users, sessions, and more. Plugins can also define their own database tables to store data.
Better Auth requires a database connection to store data. It comes with a query builder called <Link href="https://kysely.dev/"> Kysely </Link> to manage and query your database. The database will be used to store data such as users, sessions, and more. Plugins can also define their own database tables to store data.
You can pass a database connection to Better Auth by passing a supported database instance, a dialect instance or a Kysely instance in the database options.