Skip to content

Commit

Permalink
add missing links in database guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Nov 30, 2023
1 parent ac114ff commit 318e5df
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions documentation-v3/src/pages/database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 318e5df

Please sign in to comment.