Skip to content

Commit

Permalink
chore: fix docs postgresAdapter -> sqliteAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
r1tsuu committed Sep 16, 2024
1 parent 44d9537 commit 9ecc20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database/sqlite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Runs before the schema is built. You can use this hook to extend your database s
import { sqliteAdapter } from '@payloadcms/db-sqlite'
import { integer, sqliteTable } from 'drizzle-orm/sqlite-core'

postgresAdapter({
sqliteAdapter({
beforeSchemaInit: [
({ schema, adapter }) => {
return {
Expand Down

0 comments on commit 9ecc20d

Please sign in to comment.