feat(templates): add vercel postgres template (#7841)

- docs: add db-vercel-postgres info
- feat: update template variations
This commit is contained in:
Elliot DeNolf
2024-08-23 15:17:26 -04:00
committed by GitHub
parent 83022f6d55
commit 825d8b83d1
41 changed files with 1164 additions and 31 deletions

View File

@@ -162,7 +162,7 @@ All of Payload's GraphQL functionality is abstracted into a separate package. Pa
This is the UI library that Payload's Admin Panel uses. All components are exported from this package and can be re-used as you build extensions to the Payload admin UI, or want to use Payload components in your own React apps. Some exports are server components and some are client components.
`@payloadcms/db-postgres`, `@payloadcms/db-mongodb`
`@payloadcms/db-postgres`, `@payloadcms/db-vercel-postgres`, `@payloadcms/db-mongodb`
You can choose which Database Adapter you'd like to use for your project, and no matter which you choose, the entire data layer for Payload is contained within these packages. You can only use one at a time for any given project.