diff --git a/documentation-v3/src/pages/database/index.md b/documentation-v3/src/pages/database/index.md index 31b2adf56..2695a4b9e 100644 --- a/documentation-v3/src/pages/database/index.md +++ b/documentation-v3/src/pages/database/index.md @@ -18,18 +18,18 @@ See [`Adapter`]() for building your own adapters Refer to these guides on setting up your database, ORMs, and query builders: -- [Drizzle ORM]() -- [MongoDB]() -- [Mongoose]() -- [MySQL]() - - [`mysql2`]() - - [PlanetScale serverless]() -- [PostgreSQL]() - - [node-postgres]() - - [Postgres.js]() -- [Prisma]() -- [SQLite]() - - [`better-sqlite3`]() - - [Bun SQLite]() (`bun:sqlite`) - - [Cloudflare D1]() - - [LibSQL]() (Turso) +- [Drizzle ORM](/database/drizzle) +- [MongoDB](/database/mongodb) +- [Mongoose](/database/mongoose) +- [MySQL](/database/mysql) + - [`mysql2`](/database/mysql#mysql2) + - [PlanetScale serverless](/database/mysql#planetscale-serverless) +- [PostgreSQL](/database/postgresql) + - [node-postgres](/database/postgresql#node-postgres) (`pg`) + - [Postgres.js](/database/postgresql#postgres-js) (`postgres`) +- [Prisma](/database/prisma) +- [SQLite](/database/sqlite) + - [`better-sqlite3`](/database/sqlite#better-sqlite3) + - [Bun SQLite](/database/sqlite#bun-sqlite) (`bun:sqlite`) + - [Cloudflare D1](/database/sqlite#cloudflare-d1) + - [LibSQL](/database/sqlite#libsql) (Turso)